当前位置:   首页安装配置重启关闭:nginx关闭/重启/启动的操作方法

重启关闭:nginx关闭/重启/启动的操作方法

发布日期:2021-07-13 17:17 | 文章来源:源码中国

关闭

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

2.快速停止或关闭Nginx:nginx -s stop

3. 正常停止或关闭Nginx:nginx -s quit

4. 配置文件修改重装载命令:nginx -s reload

到此这篇关于nginx关闭/重启/启动的操作方法的文章就介绍到这了,更多相关nginx关闭/重启/启动方法介绍内容请搜索本站以前的文章或继续浏览下面的相关文章希望大家以后多多支持本站!

联系我们
关于使用场景和技术架构的更多咨询,请联系我们的销售和技术支持团队。
Yingsoo Host

在线
客服

在线客服:7*24小时在线

客服
热线

400-630-3752
7*24小时客服服务热线

关注
微信

关注官方微信
顶部