From: Frank Lichtenheld Date: Sun, 11 May 2008 20:34:49 +0000 (+0200) Subject: [ARCHIVE] Use very long expiration periods X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=6620aa54bd038b88b9ed6a383c8b905769320356;hp=-c;p=deb%2Fpackages.git [ARCHIVE] Use very long expiration periods It's not like anything ever changes on these sites. --- 6620aa54bd038b88b9ed6a383c8b905769320356 diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in index ac2143e..d5f19a1 100644 --- a/conf/apache.conf.sed.in +++ b/conf/apache.conf.sed.in @@ -8,10 +8,7 @@ # Nice caching.. ExpiresActive On - ExpiresDefault "access plus 1 day" - ExpiresByType image/gif "modification plus 1 year" - ExpiresByType image/jpeg "modification plus 1 year" - ExpiresByType image/png "modification plus 1 year" + ExpiresDefault "access plus 1 year" # language stuff # you need to keep this in sync with lib/Packages/I18N/Locale.pm