]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dns/templates/default/apache.erb
Use apache 2.4 style access controls
[chef.git] / cookbooks / dns / templates / default / apache.erb
index 478ca4262da556830c7ab5ace8169eb5ed72c6fd..31f8eebaea189bf5af97c870db239c473d1b91f1 100644 (file)
@@ -10,3 +10,7 @@
        DocumentRoot <%= @directory %>/html
        Alias /json/ /var/lib/dns/json/
 </VirtualHost>
+
+<Directory <%= @directory %>/html>
+       Require all granted
+</Directory>