service nginx stop systemctl stop nginx
service nginx start systemctl start nginx
service nginx reload systemctl restart nginx
systemctl enable nginx
systemctl disable nginx
知识点扩展:
首先利用配置文件启动nginx。 命令:
nginx -c /usr/local/nginx/conf/nginx.conf
重启服务: service nginx restart
\1. 快速停止或关闭Nginx:nginx -s stop
\2. 正常停止或关闭Nginx:nginx -s quit
\3. 配置文件修改重装载命令:nginx -s reload
以上是nginx怎么关闭、重启、和启动的详细内容。更多信息请关注PHP中文网其他相关文章!