]> 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 173186de67a6148a43348a488b39e9a8424be8a8..d462cdd3639b146cbd0fefbc35ce3f8480fcc767 100644 (file)
@@ -54,6 +54,9 @@ WSGIDaemonProcess <%= @name %> user=<%= @user %> group=<%= @group %> processes=4
 
   DefineExternalAuth osm pipe /usr/local/bin/trac-authenticate
 
+  # Disable /timeline for now
+  RedirectMatch 410 ^/timeline(.*)$
+
   <Location /login>
     AuthType Basic
     AuthName "OpenStreetMap Trac"