nginx gcc 编译打包
./configure
说明without-http_rewrite_module --without-http_gzip_module 忽略模块
./configure --without-http_rewrite_module --without-http_gzip_module --prefix=/opt/hswx/hswx/nginx
make && make install
./configure
说明without-http_rewrite_module --without-http_gzip_module 忽略模块
./configure --without-http_rewrite_module --without-http_gzip_module --prefix=/opt/hswx/hswx/nginx
make && make install