From fe4b7599be89aca0f295b81f04e8de17fe593c7d Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Thu, 20 Oct 2016 20:29:48 +0200 Subject: [PATCH] Force type for *.debdiff.html.gz on release.d.o Serve them as html rather than gzip. --- .../templates/static-mirroring/vhost/static-vhosts-simple.erb | 4 ++++ 1 file changed, 4 insertions(+) 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 + -- 2.20.1