mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
and put in fix for possible fix to 7161
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user