]> git.openstreetmap.org Git - chef.git/commitdiff
trac: fix apache config typo
authorGrant Slater <git@firefishy.com>
Mon, 14 Sep 2020 20:50:10 +0000 (21:50 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 14 Sep 2020 20:50:10 +0000 (21:50 +0100)
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