码迷,mamicode.com
首页 > 其他好文 > 详细

nginx总结

时间:2016-11-02 00:01:11      阅读:434      评论:0      收藏:0      [点我收藏+]

标签:cat   kill   服务   open   stop   load   切换   文件   bsp   

 

kill int 2333  进程号   停止程序

kiil quit 2322  优雅停止服务

kill -HUP 2333  优雅重启 从新读取配置文件

kill -HUP ‘cat logs/nginx.pid‘ 优雅重启 从新读取配置文件

kill  -usr1 26733  日志切换 使用(老日志备份)

 

nginx -s stop 停止

nginx -s reload 重读配置文件

nginx -t 验证配置文件

nginx -s reopen   同usr1 

nginx -s quit 优雅退出

nginx总结

标签:cat   kill   服务   open   stop   load   切换   文件   bsp   

原文地址:http://www.cnblogs.com/lijiasnong/p/6021065.html

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