From: Tom Hughes Date: Tue, 26 Aug 2014 19:32:52 +0000 (+0100) Subject: Disable CacheStaleOnError for taginfo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e0948bc62196ce7b4c580835c211c995fed19d95?hp=79c6636acc892cc8fd336a0506948fcd16e8654f Disable CacheStaleOnError for taginfo --- diff --git a/cookbooks/taginfo/templates/default/apache.erb b/cookbooks/taginfo/templates/default/apache.erb index 932f335dd..897cfcd21 100644 --- a/cookbooks/taginfo/templates/default/apache.erb +++ b/cookbooks/taginfo/templates/default/apache.erb @@ -20,6 +20,7 @@ CacheEnable disk /api CacheEnable disk /embed + CacheStaleOnError off <% end -%>