Nginx平滑升级,nginx


1.通知旧nginx备份pid文件

kill -s SIGUSR2 <old_nginx master pid>

2.启动新nginx

./nginx

3.关闭旧nginx

.nginx -s quit


相关内容

    暂无相关文章