​http://nginx.org/en/docs/http/ngx_http_gzip_module.html#gzip​

gzip on|off
gzip_buffers 4K|8K 缓冲(和硬盘块相当)
gzip_comp_level [1-9] 推荐6
gzip_disable 正则匹配UA
gzip_min_length 200
gzip_http_version 1.0|1.1
gzip_proxied
gzip_types text/plain,application/xml
gzip_vary on|off