From: Julien Cristau Date: Fri, 1 May 2015 17:38:54 +0000 (+0200) Subject: Enable Indexes option for static vhosts X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=ddc1f106c9ef6bff0d34a743d110189684c391cf;p=mirror%2Fdsa-puppet.git Enable Indexes option for static vhosts Signed-off-by: Julien Cristau --- diff --git a/modules/roles/templates/static-mirroring/static-vhost.conf.erb b/modules/roles/templates/static-mirroring/static-vhost.conf.erb index cfb35c0ba..6b60121c9 100644 --- a/modules/roles/templates/static-mirroring/static-vhost.conf.erb +++ b/modules/roles/templates/static-mirroring/static-vhost.conf.erb @@ -32,6 +32,7 @@ DocumentRoot /srv/static.debian.org/mirrors/$name/cur AllowOverride FileInfo Indexes Options=Multiviews + Options Indexes IndexOptions FancyIndexing NameWidth=* <% if @lsbmajdistrelease > '7' -%> Require all granted