From a4521aab799ee00516adf01b1547db997c9a55ea 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 88ce858a..0183cd8c 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" +