]> git.deb.at Git - deb/packages.git/commitdiff
apache.conf: Increase expire dates for images
authorFrank Lichtenheld <frank@lichtenheld.de>
Wed, 20 Feb 2008 01:13:23 +0000 (02:13 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Wed, 20 Feb 2008 01:13:23 +0000 (02:13 +0100)
The images have not changed in ages. Increate the expire date
from one week to one year.

conf/apache.conf.sed.in

index e6cc7f6e0a2c8068c2b947e88b7d7ae80e02d854..35bb3b5bf668eef0123cbca25cdc85b6fb1fded9 100644 (file)
@@ -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