X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/752fbabf060f31db7de3f03d632bc047baba5087..23399ca5a40b47ff871252a623339757e1442a0f:/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