nginx gzip 压缩网站

cjh| 阅读:1386 发表时间:2018-03-23 17:33:44 linux

gzip 压缩


 

    gzip on;

    gzip_buffers 4 16K;

    gzip_comp_level 6 ;

    gzip_min_length 1000;

    gzip_types text/css text/xml apploation/x-javascript;

   gzip_disable "MSIE [1-6]\.";#ie6之前版本浏览器禁用

详细参数


检查效果


压缩输出前(某个图片较多的网页)


压缩输出后