diff --git a/web/rootfs/defaults/nginx.conf b/web/rootfs/defaults/nginx.conf index 5b1027a..3c7a171 100644 --- a/web/rootfs/defaults/nginx.conf +++ b/web/rootfs/defaults/nginx.conf @@ -41,7 +41,9 @@ http { ## 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_proxied any;