From 1d1903457b735d057a9b14e2ad306143fca49e1e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 26 Jun 2019 21:00:41 -0400 Subject: [PATCH] extend caching to svg --- static/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/.htaccess b/static/.htaccess index 43d5bf40..35bf5b25 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -34,7 +34,7 @@ Header set Cache-Control "public, max-age=1800" Header set Cache-Control "public, max-age=86400" - + Header set Cache-Control "public, max-age=31536000"