首页
点滴
Nginx 低版本平滑升级到高版本
1、执行命令查看当前nginx所在位置:find / -name nginx 2、进入到当前nginx的sbin目录:cd xxx路径 3、执行命令:./nginx -V 查询当前nginx版本并把configure arguments 后的那串参数复制下来后面需要用到 configure arguments: --prefix=/mysoft/nginx --with-http_stub_status_module --with-http_ssl_module --with-pcre=/mysoft/pcre-8.35 configure arguments: --with-http_ssl_module 4、重命名sbin目录下的nginx执行文件,当作备份,后面会复制最新版本的nginx文件过来 5、找个目录上传最新nginx包 6、解压上传的nginx包:tar -zxvf xxx.gz包 7、进入解压出来的包:cd xxx目录 8、执行命令:./configure 后面接 前面执行./nginx -V 命令出来的参数 如:./configure --prefix=/mysoft/nginx --with-http_stub_status_module --with-http_ssl_module --with-pcre=/mysoft/pcre-8.35 ./configure --with-http_ssl_module 9、再执行 make 命令 10、复制刚解压最新nginx下的nginx到原来的sbin目录下,注意最新版中nginx在objs目录下而不是在sbin下面 如:cp nginx /mysoft/nginx/sbin/ cp nginx /usr/local/nginx/sbin/ 11、测试是否替换成功:/mysoft/nginx/sbin/nginx -t 12、查看版本是否升级成功:/mysoft/nginx/sbin/nginx -V 13、停止nginx服务:./nginx -s stop 14、再启动nginx服务:./nginx
博客分类
源码解析 (1)
多线程 (5)
Java (10)
Linux (8)
Docker (9)
SpringBoot (14)
微服务 (1)
Redis (15)
MySQL (7)
VMware (3)
Nginx (15)
MyBatis (2)
RabbitMQ (1)
Git (7)
工具类 (12)
前端 (3)
友情链接
layui
© 2020-2025 www.chenhuazhan.com All Rights Reserved 备案号:
桂ICP备17004487号-1
粤公网安备44030002005146