apparently we are using mod_deflate
This commit is contained in:
parent
9ab3cbb8ab
commit
9682865d42
1 changed files with 4 additions and 14 deletions
18
.htaccess
18
.htaccess
|
@ -5,20 +5,10 @@
|
|||
</IfModule>
|
||||
|
||||
# zip zip zip
|
||||
<ifModule mod_gzip.c>
|
||||
mod_gzip_on Yes
|
||||
mod_gzip_dechunk Yes
|
||||
|
||||
mod_gzip_minimum_file_size 300
|
||||
|
||||
mod_gzip_item_include file .(html?|txt|css|js|json|php|pl)$
|
||||
mod_gzip_item_include handler ^cgi-script$
|
||||
|
||||
mod_gzip_item_include mime ^application/x-javascript.*
|
||||
mod_gzip_item_exclude mime ^image/.*
|
||||
mod_gzip_item_include mime ^text/.*
|
||||
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
|
||||
</ifModule>
|
||||
<IfModule mod_deflate.c>
|
||||
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
|
||||
AddOutputFilter DEFLATE json
|
||||
</IfModule>
|
||||
|
||||
# early charset
|
||||
AddDefaultCharset UTF-8
|
||||
|
|
Reference in a new issue