increase favicon caching to 1 week
This commit is contained in:
parent
4bd9cd2c70
commit
8ff9ee123a
@ -32,7 +32,7 @@ Header set Cache-Control "public, max-age=1800"
|
|||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
||||||
<FilesMatch "\.(ico)$">
|
<FilesMatch "\.(ico)$">
|
||||||
Header set Cache-Control "public, max-age=86400"
|
Header set Cache-Control "public, max-age=604800"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
||||||
<FilesMatch "\.(css|js|png|svg|woff2)$">
|
<FilesMatch "\.(css|js|png|svg|woff2)$">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user