adjust header

This commit is contained in:
Denys Konovalov 2022-03-21 10:58:19 +01:00
parent 852c39571d
commit 21af9e4890

@ -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"
</IfModule>
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=63072000, public"
</FilesMatch>