X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=conf%2Fapache.conf.sed.in;h=eba66647e2b9b35d243e56f9445e64df864bc0d4;hb=05972114f36a4a9cb076dec5320337a35462f3b9;hp=e6cc7f6e0a2c8068c2b947e88b7d7ae80e02d854;hpb=35769706d5a72aca1e9687784229fbd4d0bf3b39;p=deb%2Fpackages.git diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in index e6cc7f6..eba6664 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 @@ -109,6 +110,7 @@ RewriteRule ^/about/ - [L] RewriteRule ^/[^/]+\.css - [L] RewriteRule ^/[^/]+\.js - [L] + RewriteRule ^/favicon.ico$ - [L] # RewriteRule ^/$ http://www.debian.org/distrib/packages RewriteRule ^/$ /index.html [L]