swap order here
This commit is contained in:
parent
d51b51a295
commit
78f123bd87
1 changed files with 7 additions and 7 deletions
|
@ -222,19 +222,19 @@ AddType text/plain .spec
|
|||
AddType application/vnd.android.package-archive .apk
|
||||
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
|
||||
#
|
||||
# Match xml.gz to application/x-gzip for repo files
|
||||
#
|
||||
<FilesMatch "xml\.gz$">
|
||||
ForceType application/x-gzip
|
||||
Header set Content-Encoding: gzip
|
||||
</FilesMatch>
|
||||
#
|
||||
# Everything else that ends in gz is just text/plain
|
||||
#
|
||||
<FilesMatch "\.gz$">
|
||||
ForceType text/plain
|
||||
Header set Content-Encoding: gzip
|
||||
</FilesMatch>
|
||||
#
|
||||
# Match xml.gz to application/x-gzip for repo files
|
||||
#
|
||||
<FilesMatch "xml\.gz$">
|
||||
ForceType application/x-gzip
|
||||
Header set Content-Encoding: gzip
|
||||
</FilesMatch>
|
||||
|
||||
<Location />
|
||||
# Insert filter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue