]> git.openstreetmap.org Git - chef.git/commitdiff
Grant access to taginfo
authorTom Hughes <tom@compton.nu>
Tue, 19 Aug 2014 09:07:51 +0000 (10:07 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 19 Aug 2014 09:07:51 +0000 (10:07 +0100)
cookbooks/taginfo/templates/default/apache.erb

index 6c700972c748e25bb15b0ae9a3c091acec40f3ac..932f335dd21908515da41c4406b4e9464437f331 100644 (file)
@@ -22,3 +22,7 @@
         CacheEnable disk /embed
 </VirtualHost>
 <% end -%>
+
+<Directory <%= @directory %>>
+        Require all granted
+</Directory>