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" +