From 72b536c2b1c3dcab08e8df87bfafaf04c424c078 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 28 Jan 2007 09:31:13 +0000 Subject: [PATCH 1/1] cache delle immagini a 4 giorni --- web/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.17.1