From 0adc9bd2ee67ccab2cf79029a8bd115cc0f390d5 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Fri, 21 Jul 2017 18:35:56 +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 ea06a7d8a..93d65c786 100644 --- a/webapp/src/main/webapp/WEB-INF/web.xml +++ b/webapp/src/main/webapp/WEB-INF/web.xml @@ -159,15 +159,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