]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Do not enable Includes on all static vhosts
authorPeter Palfrader <peter@palfrader.org>
Sat, 14 Dec 2013 10:11:22 +0000 (11:11 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sat, 14 Dec 2013 10:11:22 +0000 (11:11 +0100)
modules/roles/templates/static-mirroring/static-vhost.conf.erb

index 2e79bcbdd96deea22fa5d76654bd282d44a79ab2..ab2bb4f8dfcc3005096ced7c76708dceb0553947 100644 (file)
@@ -9,7 +9,6 @@
        DocumentRoot /srv/static.debian.org/mirrors/$name/cur
        <Directory /srv/static.debian.org/mirrors/$name/cur>
                AllowOverride FileInfo Indexes Options=Multiviews
-               Options Multiviews Indexes FollowSymLinks Includes
                IndexOptions FancyIndexing NameWidth=*
                Order allow,deny
                Allow from all
@@ -17,7 +16,6 @@
 
        DefaultType text/plain
        AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
-       AddOutputFilter INCLUDES .xhtml
 </Macro>