自用的 Nginx 编译命令
./configure --user=nginx --group=nginx \
--with-http_v2_module --with-http_ssl_module \
--with-stream --with-stream_ssl_module --with-http_sub_module \
--with-http_realip_module --with-stream_realip_module \
--with-pcre=<PATH> --with-zlib=<PATH> --with-openssl=<PATH>Last updated