配置命令

可写在http标签内

gzip on;

gzip_buffers 32 4k;

gzip_min_length 1k;

gzip_comp_level 1;

gzip_types text/css text/xml application/javascript text/plain;

gzip_vary on;


官方文档:

http://nginx.org/en/docs/http/ngx_http_gzip_module.html

说明:

可通过浏览器firefox插件firebug+xslow查看一些网站的压缩比的,几乎所有的web网站都对代码(css,js)进行了压缩,图片和视频不进行压缩。