projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
753e450
)
Fix wiki redirection.
author
Tom Hughes
<tom@compton.nu>
Wed, 15 Aug 2007 08:01:45 +0000
(08:01 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 15 Aug 2007 08:01:45 +0000
(08:01 +0000)
config/lighttpd.conf
patch
|
blob
|
history
diff --git
a/config/lighttpd.conf
b/config/lighttpd.conf
index 9e859b2e0a79bb8314a20c14dd811adc089bb55e..0a6840e4bb0720d3a8e9e7f27caab9ec159a8c80 100644
(file)
--- a/
config/lighttpd.conf
+++ b/
config/lighttpd.conf
@@
-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