nginx 关闭方法:1) 使用 systemctl:sudo systemctl stop nginx;2) 使用 service:sudo service nginx stop;3) 使用 supervisorctl:sudo supervisorctl stop nginx;4) 手动关闭:nginx -s quit。
如何关闭 Nginx
Nginx 是一种流行的 Web 服务器,可以通过以下步骤关闭:
方法 1:使用 systemd
sudo systemctl stop <a style="color:#f60; text-decoration:underline;" href="https://www.php.cn/zt/16000.html" target="_blank">nginx</a>
登录后复制
方法 2:使用 init.d
sudo service nginx stop
登录后复制
方法 3:使用 Supervisor
sudo supervisorctl stop nginx
登录后复制
方法 4:手动关闭
如果上述方法不起作用,可以使用以下命令:
nginx -s quit
登录后复制
注意:在 CentOS 7 中,Nginx 可能没有 systemd 服务文件。在这种情况下,请使用 init.d 方法。
以上就是nginx怎么关闭命令的详细内容,更多请关注叮当号网其它相关文章!
文章来自互联网,只做分享使用。发布者:走不完的路,转转请注明出处:https://www.dingdanghao.com/article/542411.html