]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stats/templates/default/apache.erb
Get rid of the last traces of old style apache auth directives
[chef.git] / cookbooks / stats / templates / default / apache.erb
index 328b89b784f83e46d54e43237639331343e1917e..d6e1470574ef628b52c8b8991830b5d10204f216 100644 (file)
 <Directory /var/lib/awstats>
        Options None
        AllowOverride None
-       Order allow,deny
-       Allow from all
+       Require all granted
 </Directory>
 
 <Directory /usr/share/awstats/icon>
        Options None
        AllowOverride None
-       Order allow,deny
-       Allow from all
+       Require all granted
 </Directory>