在server节点下新增如下内容,开启gzip压缩。注意后端需要保证返回的 Content-Type: application/json;charset=UTF-8
gzip on;
gzip_min_length 1k;
gzip
2020-06-18