try unsetting content-encoding completely for this silly app

This commit is contained in:
Kevin Fenzi 2018-03-14 16:28:23 +00:00
parent 45f8b8b226
commit 4039e6bc32

View file

@ -233,6 +233,7 @@ AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css a
#
<FilesMatch "xml\.gz$">
ForceType application/x-gzip
Header unset Content-Encoding
</FilesMatch>
<Location />