From: Julien Cristau Date: Thu, 20 Oct 2016 18:29:48 +0000 (+0200) Subject: Force type for *.debdiff.html.gz on release.d.o X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=fe4b7599be89aca0f295b81f04e8de17fe593c7d;p=mirror%2Fdsa-puppet.git Force type for *.debdiff.html.gz on release.d.o Serve them as html rather than gzip. --- diff --git a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb index 7517f19d2..05ed155e5 100644 --- a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb +++ b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb @@ -89,6 +89,10 @@ ForceType text/plain AddDefaultCharset utf-8 + + ForceType text/html + AddDefaultCharset utf-8 +