From: Tom Hughes Date: Tue, 24 Jan 2017 12:33:39 +0000 (+0000) Subject: Enable directory indexes for munin/dumps X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/462584a091db3635986bfcc066a22c99135aad81?hp=--cc Enable directory indexes for munin/dumps --- 462584a091db3635986bfcc066a22c99135aad81 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