show gz files on people instead of downloading them
This commit is contained in:
parent
cc29d3ed65
commit
45626dc9e2
1 changed files with 5 additions and 0 deletions
|
@ -218,6 +218,11 @@ SetOutputFilter DEFLATE
|
||||||
AddType video/webm .webm
|
AddType video/webm .webm
|
||||||
AddType text/plain .spec
|
AddType text/plain .spec
|
||||||
AddType application/vnd.android.package-archive .apk
|
AddType application/vnd.android.package-archive .apk
|
||||||
|
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
|
||||||
|
<FilesMatch "\.gz$">
|
||||||
|
ForceType text/plain
|
||||||
|
Header set Content-Encoding: gzip
|
||||||
|
</FilesMatch>
|
||||||
|
|
||||||
<Location />
|
<Location />
|
||||||
# Insert filter
|
# Insert filter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue