1.开始之前首先查看当前的使用版本以及编译时的参数:
#/usr/local/nginx/sbin/nginx -V
nginx version: nginx/1.14.2
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-23) (GCC)
built with OpenSSL 1.0.1e-fips 11 Feb 2013
TLS SNI support enabled
configure arguments: --prefix=/usr/local/nginx --user=www --group=www --with-http_stub_status_module --with-http_ssl_module --with-http_v2_module --with-http_flv_module --with-http_mp4_module --with-http_gzip_static_module --with-http_sub_module --with-stream --with-stream_ssl_module --http-client-body-temp-path=/var/tmp/nginx/client_body_temp/ --http-proxy-temp-path=/var/tmp/nginx/proxy_temp/ --http-fastcgi-temp-path=/var/tmp/nginx/fcgi_temp/ --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp/ --http-scgi-temp-path=/var/tmp/nginx/scgi_temp/ --with-openssl= --with-pcre
将编译参数复制出来,编译新版本的时候会用到。
2.下载新版本并编译
#tar -zxvf nginx-1.16.0.tar.gz -C /usr/local/src
#cd /usr/local/src/nginx-1.16.0
#./configure --prefix=/usr/local/nginx --user=www --group
nginx平滑升级(从1.14.2至1.16.0)
最新推荐文章于 2024-11-20 15:58:28 发布

最低0.47元/天 解锁文章
1159

被折叠的 条评论
为什么被折叠?



