]> 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 478ca4262da556830c7ab5ace8169eb5ed72c6fd..100d24e07846ea1b81e1543f412e3ea9d39c8597 100644 (file)
        DocumentRoot <%= @directory %>/html
        Alias /json/ /var/lib/dns/json/
 </VirtualHost>
        DocumentRoot <%= @directory %>/html
        Alias /json/ /var/lib/dns/json/
 </VirtualHost>
+
+<Directory <%= @directory %>/html>
+       Require all granted
+</Directory>
+
+<Directory /var/lib/dns/json>
+       Require all granted
+</Directory>