]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/templates/default/apache.erb
Grant access to taginfo
[chef.git] / cookbooks / taginfo / templates / default / apache.erb
index 6c700972c748e25bb15b0ae9a3c091acec40f3ac..932f335dd21908515da41c4406b4e9464437f331 100644 (file)
@@ -22,3 +22,7 @@
         CacheEnable disk /embed
 </VirtualHost>
 <% end -%>
         CacheEnable disk /embed
 </VirtualHost>
 <% end -%>
+
+<Directory <%= @directory %>>
+        Require all granted
+</Directory>