From 1320d8225ee2b63f2c297330500d14dcfd3ea42c Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Thu, 16 Apr 2009 21:04:35 +0200 Subject: [PATCH 1/1] Set cache-control to public for static content --- apache-conf.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/apache-conf.conf b/apache-conf.conf index 0623fbb..4c21de9 100644 --- a/apache-conf.conf +++ b/apache-conf.conf @@ -112,6 +112,7 @@ NameVirtualHost *:443 #ExpiresByType text/css "access plus 1 week" #ExpiresByType application/javascript "access plus 1 week" #ExpiresByType image/png "access plus 1 week" + Header append Cache-Control "public" AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml -- 2.39.2