From: Frank Lichtenheld Date: Wed, 20 Feb 2008 01:13:23 +0000 (+0100) Subject: apache.conf: Increase expire dates for images X-Git-Url: https://git.deb.at/?a=commitdiff_plain;ds=inline;h=d2a27f6505a89ed3651d52e160db122541a6165d;p=deb%2Fpackages.git apache.conf: Increase expire dates for images The images have not changed in ages. Increate the expire date from one week to one year. --- diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in index e6cc7f6..35bb3b5 100644 --- a/conf/apache.conf.sed.in +++ b/conf/apache.conf.sed.in @@ -9,8 +9,9 @@ # Nice caching.. ExpiresActive On ExpiresDefault "access plus 1 day" - ExpiresByType image/gif "access plus 1 week" - ExpiresByType image/jpeg "access plus 1 week" + ExpiresByType image/gif "modification plus 1 year" + ExpiresByType image/jpeg "modification plus 1 year" + ExpiresByType image/png "modification plus 1 year" # language stuff # you need to keep this in sync with lib/Packages/I18N/Locale.pm