X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7ce4d21d48d3482434b33afda5b09df3053c37a0..a0a7f905806cea4a97b2121adfee1beb995a1d61:/cookbooks/trac/templates/default/apache.erb 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