and put in fix for possible fix to 7161

This commit is contained in:
Stephen Smoogen 2018-08-13 20:14:53 +00:00
parent d1b9008255
commit dbd5d1419c

View file

@ -235,6 +235,13 @@ AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css a
ForceType application/x-gzip
Header unset Content-Encoding
</FilesMatch>
#
# Match tar.gz to application/x-gzip for repo files
#
<FilesMatch "tar\.gz$">
ForceType application/x-gzip
Header unset Content-Encoding
</FilesMatch>
<Location />
# Insert filter