From: Matteo Nastasi (mop) Date: Sun, 28 Jan 2007 09:31:13 +0000 (+0000) Subject: cache delle immagini a 4 giorni X-Git-Tag: 3.0.0~330 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=72b536c2b1c3dcab08e8df87bfafaf04c424c078;p=brisk.git cache delle immagini a 4 giorni --- diff --git a/web/.htaccess b/web/.htaccess index c0fbf3e..1bf45b3 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -2,6 +2,6 @@ header append Cache-Control "public, last-modified, must-revalidate" ExpiresActive On -ExpiresByType image/jpg "access plus 2 days" -ExpiresByType image/png "access plus 2 days" +ExpiresByType image/jpg "access plus 4 days" +ExpiresByType image/png "access plus 4 days"