web: enable GZIP compression for more file types
This commit is contained in:
@@ -41,7 +41,9 @@ http {
|
|||||||
##
|
##
|
||||||
|
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_disable "msie6";
|
gzip_types text/plain text/css application/javascript application/json;
|
||||||
|
gzip_vary on;
|
||||||
|
gzip_min_length 860;
|
||||||
|
|
||||||
# gzip_vary on;
|
# gzip_vary on;
|
||||||
# gzip_proxied any;
|
# gzip_proxied any;
|
||||||
|
|||||||
Reference in New Issue
Block a user