Added cache ttl for fonts
This commit is contained in:
parent
d08adad8bb
commit
428362102e
@ -1,6 +1,6 @@
|
|||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
|
||||||
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
|
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf|woff2)$">
|
||||||
Header set Cache-Control "max-age=8380800, public"
|
Header set Cache-Control "max-age=8380800, public"
|
||||||
</filesMatch>
|
</filesMatch>
|
||||||
Loading…
Reference in New Issue
Block a user