停止Nginx服务
Posted 秋寻草
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了停止Nginx服务相关的知识,希望对你有一定的参考价值。
查询nginx进程信息
[email protected]:~$ ps -ef |grep nginx root 933 1 0 20:18 ? 00:00:00 nginx: master process /usr/sbin/nginx -g daemon on; master_process on; www-data 934 933 0 20:18 ? 00:00:00 nginx: worker process chen 7022 5627 0 21:06 pts/1 00:00:00 grep --color=auto nginx [email protected]:~$
sudo kill -QUIT 933
933为master的进程号
以上是关于停止Nginx服务的主要内容,如果未能解决你的问题,请参考以下文章