]> git.openstreetmap.org Git - rails.git/blobdiff - config/lighttpd.conf
Ignore exceptions looking up a user from a session.
[rails.git] / config / lighttpd.conf
index 9e859b2e0a79bb8314a20c14dd811adc089bb55e..0a6840e4bb0720d3a8e9e7f27caab9ec159a8c80 100644 (file)
@@ -84,7 +84,7 @@ compress.cache-dir = "/var/cache/lighttpd"
 #
 # Redirect wiki requests to the wiki
 #
-url.redirect = ( "^/wiki/(.*)$" => "http://wiki.openstreetmap.org/wiki/$1" )
+url.redirect = ( "^/wiki/(.*)$" => "http://wiki.openstreetmap.org/$1" )
 
 #
 # Serve static content from the rails public area ourselves