]> git.openstreetmap.org Git - chef.git/commitdiff
Disable directory indexes for piwik
authorTom Hughes <tom@compton.nu>
Thu, 7 Aug 2014 13:13:13 +0000 (14:13 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 7 Aug 2014 13:13:13 +0000 (14:13 +0100)
cookbooks/piwik/templates/default/apache.erb

index 5229358806911995ca10959103b53719f5098962..8744c8e892ffffdf4dc2e24b79de8f6cbf2afb1f 100644 (file)
@@ -25,4 +25,5 @@
        ErrorLog /var/log/apache2/piwik.openstreetmap.org-error.log
 
        DocumentRoot /srv/piwik.openstreetmap.org
+       Options -Indexes
 </VirtualHost>