nginx启动停止
Posted 坚持不一定胜利,但放弃一定失败
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx启动停止相关的知识,希望对你有一定的参考价值。
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
参考:http://www.cnblogs.com/apexchu/p/4119252.html
以上是关于nginx启动停止的主要内容,如果未能解决你的问题,请参考以下文章
Nginx——Nginx启动报错Job for nginx.service failed because the control process exited with error code(代码片段