标签:reload 常用 gre kill -9 strong stop cal nginx top
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
标签:reload 常用 gre kill -9 strong stop cal nginx top
原文地址:https://www.cnblogs.com/yhm9/p/11827867.html