1分钟搞定 Nginx 版本的平滑升级与回滚( 三 )

编译安装nginx-1.14.2

[root@nginx ~
# cd /download/nginx/\n[root@nginx nginx
# tar zxf nginx-1.14.2.tar.gz \n[root@nginx nginx
# cd nginx-1.14.2\n[root@nginx nginx-1.14.2
# ./configure --prefix=/usr/local/nginx-1.14.2\n[root@nginx nginx-1.14.2
# echo $?\n0\n[root@nginx nginx-1.14.2
# make && make install\n[root@nginx nginx-1.14.2
# echo $?\n0\n[root@nginx nginx-1.14.2
# ls -l /usr/local/nginx-1.14.2/\ntotal 0\ndrwxr-xr-x 2 root root 333 Mar  1 09:03 conf\ndrwxr-xr-x 2 root root  40 Mar  1 09:03 html\ndrwxr-xr-x 2 root root   6 Mar  1 09:03 logs\ndrwxr-xr-x 2 root root  19 Mar  1 09:03 sbin

推荐阅读