Force type for *.debdiff.html.gz on release.d.o
authorJulien Cristau <jcristau@debian.org>
Thu, 20 Oct 2016 18:29:48 +0000 (20:29 +0200)
committerJulien Cristau <jcristau@debian.org>
Thu, 20 Oct 2016 18:29:48 +0000 (20:29 +0200)
Serve them as html rather than gzip.

modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb

index 7517f19..05ed155 100644 (file)
                        ForceType text/plain
                        AddDefaultCharset utf-8
                </Files>
+               <Files *.debdiff.html.gz>
+                       ForceType text/html
+                       AddDefaultCharset utf-8
+               </Files>
        </Directory>
 </Macro>