有时用户没有网络,需要离线安装nginx,比较麻烦,现将网上收集到的资料合并成一个,供大家下载使用。下载后执行unzip nginx.zip&&chmod +x aa.sh && ./aa.sh 等待3-5分钟,执行应该就正确了。
如果想支持openssl,请将编译nginx的命令改成如下:
./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-http_v2_module --with-http_gunzip_module --with-http_sub_module --with-openssl=/root/openssl-1.1.1q
1