码迷,mamicode.com
首页 > 系统相关 > 详细

linux

时间:2017-07-22 21:02:35      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:生效   stop   open   tle   href   完整   linux   blog   修改   

nginx -s reload  :修改配置后重新加载生效
nginx -s reopen  :重新打开日志文件
nginx -t -c /path/to/nginx.conf 测试nginx配置文件是否正确

关闭nginx:
nginx -s stop  :快速停止nginx
         quit  :完整有序的停止nginx

其他的停止nginx 方式:

ps -ef | grep nginx

kill -QUIT 主进程号     :从容停止Nginx
kill -TERM 主进程号     :快速停止Nginx
pkill -9 nginx          :强制停止Nginx



启动nginx:
nginx -c /path/to/nginx.conf

平滑重启nginx:
kill -HUP 主进程号

linux

标签:生效   stop   open   tle   href   完整   linux   blog   修改   

原文地址:http://www.cnblogs.com/lichihua/p/7222270.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!