您的位置:首页 > 技术中心 > 运维 >

nginx怎么关闭、重启、和启动

时间:2023-05-12 23:32

nginx怎么关闭、重启、和启动

关闭

service nginx stopsystemctl stop nginx

启动

service nginx startsystemctl start nginx

重启

service nginx reloadsystemctl 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怎么关闭、重启、和启动的详细内容,更多请关注Gxl网其它相关文章!

热门排行

今日推荐

热门手游