Remove wheezy-supporting cruft
[mirror/dsa-puppet.git] / modules / apache2 / templates / default-debian.org.erb
index 5cb6e1f..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