web-site-public-php/assets/.htaccess

5 lines
127 B
ApacheConf
Raw Permalink Normal View History

2024-05-04 19:04:02 +00:00
<IfModule mod_headers.c>
# Cache assets for a week
Header set Cache-Control "max-age=604800,public,no-transform"
</IfModule>