Remove wheezy-supporting cruft
[mirror/dsa-puppet.git] / modules / apache2 / templates / default-debian.org.erb
index ea0fa67..da10107 100644 (file)
@@ -10,6 +10,9 @@
        CustomLog /var/log/apache2/access.log privacy
 
        DocumentRoot /srv/www/default.debian.org/htdocs
+       <Directory /srv/www/default.debian.org/htdocs>
+               Require all granted
+       </Directory>
 
        HostnameLookups Off
        UseCanonicalName Off
@@ -18,8 +21,5 @@
        <IfModule mod_userdir.c>
                UserDir disabled
        </IfModule>
-<% if hostname == "spohr" -%>
-        Alias /debian "/srv/mirrors/ftp.debian.org/ftp"
-<% end -%>
 </VirtualHost>
 # vim:set syn=apache: