From 6438458892acda7a480c162c75a6e462064f9251 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Fri, 21 Jul 2017 18:35:41 +0100 Subject: [PATCH] Improve caching --- webapp/src/main/webapp/WEB-INF/web.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/src/main/webapp/WEB-INF/web.xml b/webapp/src/main/webapp/WEB-INF/web.xml index 0b5d97cc..a4ab2c2a 100644 --- a/webapp/src/main/webapp/WEB-INF/web.xml +++ b/webapp/src/main/webapp/WEB-INF/web.xml @@ -162,15 +162,15 @@ org.apache.catalina.filters.ExpiresFilter ExpiresByType image - access plus 10 minutes + access plus 1 week ExpiresByType text/css - access plus 10 minutes + access plus 1 week ExpiresByType application/javascript - access plus 10 minutes + access plus 1 week