extend caching to svg
This commit is contained in:
parent
47ad382b5e
commit
1d1903457b
@ -34,7 +34,7 @@ Header set Cache-Control "public, max-age=1800"
|
|||||||
Header set Cache-Control "public, max-age=86400"
|
Header set Cache-Control "public, max-age=86400"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
||||||
<FilesMatch "\.(css|js|png|woff2)$">
|
<FilesMatch "\.(css|js|png|svg|woff2)$">
|
||||||
Header set Cache-Control "public, max-age=31536000"
|
Header set Cache-Control "public, max-age=31536000"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user