]> git.openstreetmap.org Git - chef.git/commitdiff
Use apache 2.4 syle permissions
authorTom Hughes <tom@compton.nu>
Wed, 20 Aug 2014 12:28:25 +0000 (13:28 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 20 Aug 2014 12:28:25 +0000 (13:28 +0100)
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>