aggiunto expires a 2 gg per le immagini
[brisk.git] / web / .htaccess
index 562f6bf..c0fbf3e 100644 (file)
@@ -1,3 +1,7 @@
 <FilesMatch "\.(js|css)$">
 header append Cache-Control "public, last-modified, must-revalidate"
 </FilesMatch>
+ExpiresActive On
+ExpiresByType image/jpg "access plus 2 days"
+ExpiresByType image/png "access plus 2 days"
+