This commit is contained in:
Denys Konovalov 2022-03-21 11:01:45 +01:00
parent 21af9e4890
commit 19602d0c4a

@ -34,6 +34,4 @@ ExpiresByType image/x-icon "access plus 1 month"
ExpiresByType text/html "access plus 600 seconds" ExpiresByType text/html "access plus 600 seconds"
</IfModule> </IfModule>
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$"> Header Set Cache-Control "max-age=31536000";
Header set Cache-Control "max-age=63072000, public"
</FilesMatch>