Linux
- 重启Nginx
(sudo) service nginx restart
- 启动Nginx
(sudo) service nginx start
- 停止Nginx
(sudo) service nginx stop
Mac
- 停止Nginx
nginx -s stop
或者(sudo) brew services stop nginx
- 启动Nginx
nginx
或者(sudo) brew services start nginx
Linux
(sudo) service nginx restart
(sudo) service nginx start
(sudo) service nginx stop
Mac
nginx -s stop
或者(sudo) brew services stop nginx
nginx
或者(sudo) brew services start nginx
本文标题:Nginx 停止启动命令
本文链接:https://www.haomeiwen.com/subject/oimscftx.html
网友评论