try unsetting content-encoding completely for this silly app
This commit is contained in:
parent
45f8b8b226
commit
4039e6bc32
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css a
|
||||||
#
|
#
|
||||||
<FilesMatch "xml\.gz$">
|
<FilesMatch "xml\.gz$">
|
||||||
ForceType application/x-gzip
|
ForceType application/x-gzip
|
||||||
|
Header unset Content-Encoding
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
||||||
<Location />
|
<Location />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue