]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/trac/templates/default/apache.erb
Merge branch 'patch-2' of https://github.com/Tigerfell/chef into pr257
[chef.git] / cookbooks / trac / templates / default / apache.erb
index 3b18fefb19641a6132f2f26e0d37cb0ae1314acd..d462cdd3639b146cbd0fefbc35ce3f8480fcc767 100644 (file)
@@ -55,7 +55,7 @@ WSGIDaemonProcess <%= @name %> user=<%= @user %> group=<%= @group %> processes=4
   DefineExternalAuth osm pipe /usr/local/bin/trac-authenticate
 
   # Disable /timeline for now
-  RedirectMatch 410 /timeline ^/timeline(.*)$
+  RedirectMatch 410 ^/timeline(.*)$
 
   <Location /login>
     AuthType Basic