From 391add94c0c011ee0346d0576b957e5d1383829d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 7 Jun 2018 21:43:34 +0200 Subject: [PATCH] set Expires to 1 week also for .gz files --- modules/roles/templates/apache-alioth-archive.debian.org.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/roles/templates/apache-alioth-archive.debian.org.erb b/modules/roles/templates/apache-alioth-archive.debian.org.erb index 8a8f2e342..b09456d46 100644 --- a/modules/roles/templates/apache-alioth-archive.debian.org.erb +++ b/modules/roles/templates/apache-alioth-archive.debian.org.erb @@ -22,6 +22,7 @@ ExpiresActive On ExpiresDefault "access plus 2 hours" ExpiresByType application/x-xz "access plus 1 week" + ExpiresByType application/x-gzip "access plus 1 week" UserDir disabled -- 2.20.1