and put in fix for possible fix to 7161
This commit is contained in:
parent
d1b9008255
commit
dbd5d1419c
1 changed files with 7 additions and 0 deletions
|
@ -235,6 +235,13 @@ AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css a
|
||||||
ForceType application/x-gzip
|
ForceType application/x-gzip
|
||||||
Header unset Content-Encoding
|
Header unset Content-Encoding
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
#
|
||||||
|
# Match tar.gz to application/x-gzip for repo files
|
||||||
|
#
|
||||||
|
<FilesMatch "tar\.gz$">
|
||||||
|
ForceType application/x-gzip
|
||||||
|
Header unset Content-Encoding
|
||||||
|
</FilesMatch>
|
||||||
|
|
||||||
<Location />
|
<Location />
|
||||||
# Insert filter
|
# Insert filter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue