After nginx enables gzip compression, the file size does not change.
巴扎黑
巴扎黑 2017-05-16 17:17:20
0
1
352

The current situation is as shown in the figure. The size does not change after turning on gzip. Solution

Supplement nginx.conf

gzip  on;
gzip_comp_level 6;
gzip_min_length 10k;
gzip_buffers 16 8k;
gzip_proxied any;
gzip_types    text/plain application/javascript application/x-javascript application/json text/javascript text/xml

text/css;

巴扎黑
巴扎黑

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!