]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/templates/default/apache.erb
Disable CacheStaleOnError for taginfo
[chef.git] / cookbooks / taginfo / templates / default / apache.erb
index 6c700972c748e25bb15b0ae9a3c091acec40f3ac..897cfcd215e7aa03ced80f51ac76ed3540cafb3c 100644 (file)
 
         CacheEnable disk /api
         CacheEnable disk /embed
 
         CacheEnable disk /api
         CacheEnable disk /embed
+        CacheStaleOnError off
 </VirtualHost>
 <% end -%>
 </VirtualHost>
 <% end -%>
+
+<Directory <%= @directory %>>
+        Require all granted
+</Directory>