]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/thinkup/templates/default/apache.erb
Use apache 2.4 style access controls
[chef.git] / cookbooks / thinkup / templates / default / apache.erb
index fa40d7f8ae052687ff2d236689617e3a769f8110..bcc935bf69cc2742e99d96b68255a6e85ade2c7e 100644 (file)
@@ -10,3 +10,7 @@
 
        DocumentRoot /srv/thinkup.openstreetmap.org/webapp
 </VirtualHost>
+
+<Directory /srv/thinkup.openstreetmap.org/webapp>
+       Require all granted
+</Directory>