]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dns/templates/default/apache.erb
Use apache 2.4 syle permissions
[chef.git] / cookbooks / dns / templates / default / apache.erb
index 31f8eebaea189bf5af97c870db239c473d1b91f1..100d24e07846ea1b81e1543f412e3ea9d39c8597 100644 (file)
@@ -14,3 +14,7 @@
 <Directory <%= @directory %>/html>
        Require all granted
 </Directory>
+
+<Directory /var/lib/dns/json>
+       Require all granted
+</Directory>