do not set content-encoding on xml.gz files

This commit is contained in:
Kevin Fenzi 2018-03-14 16:19:10 +00:00
parent d4dfa0e47e
commit 45f8b8b226

View file

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