8 lines
297 B
ApacheConf
8 lines
297 B
ApacheConf
<IfModule mod_expires.c>
|
|
ExpiresActive On
|
|
ExpiresByType image/jpg "access plus 1 week"
|
|
ExpiresByType image/jpeg "access plus 1 week"
|
|
ExpiresByType image/gif "access plus 1 week"
|
|
ExpiresByType image/png "access plus 1 week"
|
|
ExpiresByType image/svg+xml "access plus 1 day"
|
|
</IfModule> |