nginx常用命令
Posted 赤青1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx常用命令相关的知识,希望对你有一定的参考价值。
1、nginx启动命令:
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
2、查看进程号
ps -ef|grep nginx
3、杀死进程
kill -QUIT 2072
4、强制停止
pkill -9 nginx
5、检查配置文件语法
./nginx -t
6、重启nginx
./nginx -s reload
7、停止nginx
nginx -s stop
以上是关于nginx常用命令的主要内容,如果未能解决你的问题,请参考以下文章