X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a23861f3d22a827bc1d4676832c7174e24de53df..462584a091db3635986bfcc066a22c99135aad81:/cookbooks/munin/templates/default/apache.erb diff --git a/cookbooks/munin/templates/default/apache.erb b/cookbooks/munin/templates/default/apache.erb index 15c5009e6..e59c33fb0 100644 --- a/cookbooks/munin/templates/default/apache.erb +++ b/cookbooks/munin/templates/default/apache.erb @@ -20,6 +20,7 @@ RewriteEngine on RewriteCond %{REQUEST_URI} !^/static/ + RewriteCond %{REQUEST_URI} !^/dumps/ RewriteRule ^(/.*\.html)?$ /munin-cgi/munin-cgi-html/$1 [PT] @@ -27,6 +28,10 @@ Require all granted + + Options +Indexes + + Require all granted