set Expires to 1 week also for .gz files
[mirror/dsa-puppet.git] / modules / roles / templates / apache-alioth-archive.debian.org.erb
index 099c9ef..b09456d 100644 (file)
 
        RewriteEngine On
 
+       ExpiresActive On
+       ExpiresDefault "access plus 2 hours"
+       ExpiresByType application/x-xz "access plus 1 week"
+       ExpiresByType application/x-gzip "access plus 1 week"
+
        <IfModule mod_userdir.c>
                UserDir disabled
        </IfModule>