compress.cache-dir = "/var/cache/lighttpd"
#
-# Redirect wiki requests to the wiki
+# Redirect trac and wiki requests to the right places
#
-url.redirect = ( "^/wiki/(.*)$" => "http://wiki.openstreetmap.org/$1" )
+url.redirect = (
+ "^/trac/(.*)$" => "http://trac.openstreetmap.org/$1",
+ "^/wiki/(.*)$" => "http://wiki.openstreetmap.org/$1"
+)
#
# Serve static content from the rails public area ourselves