nginx 洞开法子:1) 利用 systemctl:sudo systemctl stop nginx;二) 应用 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>
登录后复造
法子 两:应用 init.d
sudo service nginx stop
登录后复造
法子 3:利用 Supervisor
sudo supervisorctl stop nginx
登录后复造
法子 4:脚动敞开
假设上述法子没有起做用,可使用下列号令:
nginx -s quit
登录后复造
注重:正在 CentOS 7 外,Nginx 否能不 systemd 处事文件。正在这类环境高,请利用 init.d 法子。
以上等于nginx若是敞开号召的具体形式,更多请存眷萤水红IT仄台别的相闭文章!
发表评论 取消回复