Added cache ttl for images
This commit is contained in:
parent
a5ec7b17a1
commit
eee85651ca
@ -1,2 +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)$">
|
||||||
|
Header set Cache-Control "max-age=8380800, public"
|
||||||
|
</filesMatch>
|
||||||
Loading…
Reference in New Issue
Block a user