HstarDoc icon indicating copy to clipboard operation
HstarDoc copied to clipboard

Nginx gzip常规配置

Open hstarorg opened this issue 7 years ago • 0 comments

放在

http {

}

中,

gzip on;
gzip_min_length 1k;
gzip_buffers 16 64k;
gzip_http_version 1.1;
gzip_comp_level 4;
gzip_types text/plain application/javascript text/css application/xml;
gzip_vary on;

hstarorg avatar Jul 02 '18 15:07 hstarorg