extend caching to svg

This commit is contained in:
Daniel Micay 2019-06-26 21:00:41 -04:00
parent 47ad382b5e
commit 1d1903457b

View File

@ -34,7 +34,7 @@ Header set Cache-Control "public, max-age=1800"
Header set Cache-Control "public, max-age=86400"
</FilesMatch>
<FilesMatch "\.(css|js|png|woff2)$">
<FilesMatch "\.(css|js|png|svg|woff2)$">
Header set Cache-Control "public, max-age=31536000"
</FilesMatch>