class documentation
[mirror/dsa-puppet.git] / modules / roles / templates / static-mirroring / static-vhost.conf.erb
index d171ff6..ab2bb4f 100644 (file)
@@ -8,8 +8,7 @@
 
        DocumentRoot /srv/static.debian.org/mirrors/$name/cur
        <Directory /srv/static.debian.org/mirrors/$name/cur>
-               AllowOverride FileInfo
-               Options Multiviews Indexes FollowSymLinks
+               AllowOverride FileInfo Indexes Options=Multiviews
                IndexOptions FancyIndexing NameWidth=*
                Order allow,deny
                Allow from all
@@ -30,7 +29,6 @@
 
                Use common-static-base $name
                $extra
-               DefaultType text/plain
        </VirtualHost>
 </Macro>
 
@@ -46,7 +44,6 @@
                </IfModule>
 
                Use common-static-base $name
-               DefaultType text/plain
        </VirtualHost>
 </Macro>