卸载自带的Nginx 安装最新的Nginx,选择编译安装 输入参数 --with-stream --with-stream_ssl_preread_module
gzip on; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 16 8k; gzip_http_version 1.1; gzip_types image/svg+xml text/plain text/html t…