From 21af9e489002497b789bf6e93e8e4c29ff65188e Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Mon, 21 Mar 2022 10:58:19 +0100 Subject: [PATCH] adjust header --- static/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/.htaccess b/static/.htaccess index 88ce858..0183cd8 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -33,3 +33,7 @@ ExpiresByType image/ico "access plus 1 month" ExpiresByType image/x-icon "access plus 1 month" ExpiresByType text/html "access plus 600 seconds" + + + Header set Cache-Control "max-age=63072000, public" +