Nginx命令

检查
ps -ef|grep nginx

启动 Windows/Linux
start nginx.exe
nginx

停止 Windows/Linux
nginx.exe -s stop
nginx -s stop

重新加载 Windows/Linux
nginx.exe -s reload
nginx -s reload

 

posted on 2019-07-23 08:08  陶攀峰  阅读(162)  评论(0编辑  收藏  举报

顶部 底部