5 lines
127 B
ApacheConf
5 lines
127 B
ApacheConf
|
<IfModule mod_headers.c>
|
||
|
# Cache assets for a week
|
||
|
Header set Cache-Control "max-age=604800,public,no-transform"
|
||
|
</IfModule>
|