]> git.deb.at Git - deb/packages.git/commitdiff
[ARCHIVE] Use very long expiration periods
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 11 May 2008 20:34:49 +0000 (22:34 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 11 May 2008 20:34:49 +0000 (22:34 +0200)
It's not like anything ever changes on these sites.

conf/apache.conf.sed.in

index ac2143eb49400149d2f046136b43e94d3c544a57..d5f19a1d6024d42ceac638dcfbc2ffeb3434da85 100644 (file)
@@ -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