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

nginx常用命令

时间:2019-11-09 22:08:56      阅读:102      评论:0      收藏:0      [点我收藏+]

标签: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

nginx常用命令

标签:reload   常用   gre   kill -9   strong   stop   cal   nginx   top   

原文地址:https://www.cnblogs.com/yhm9/p/11827867.html

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