aggiunti gli mp3 alle cose da cachare
[brisk.git] / web / .htaccess
1 <FilesMatch "\.(js|css)$">
2 header append Cache-Control "public, last-modified, must-revalidate"
3 </FilesMatch>
4 ExpiresActive On
5 ExpiresByType image/jpg "access plus 4 days"
6 ExpiresByType image/png "access plus 4 days"
7 ExpiresByType image/mp3 "access plus 4 days"
8