From: Grant Slater Date: Mon, 14 Sep 2020 20:50:10 +0000 (+0100) Subject: trac: fix apache config typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d0ea8acc53022d0bef273b154e7018db35d2b1bc trac: fix apache config typo --- diff --git a/cookbooks/trac/templates/default/apache.erb b/cookbooks/trac/templates/default/apache.erb index 3b18fefb1..d462cdd36 100644 --- a/cookbooks/trac/templates/default/apache.erb +++ b/cookbooks/trac/templates/default/apache.erb @@ -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(.*)$ AuthType Basic