From e0948bc62196ce7b4c580835c211c995fed19d95 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 26 Aug 2014 20:32:52 +0100 Subject: [PATCH] Disable CacheStaleOnError for taginfo --- cookbooks/taginfo/templates/default/apache.erb | 1 + 1 file changed, 1 insertion(+) 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 -%> -- 2.43.2