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

本篇内容主要讲解“nginx怎么关闭、重启、和启动”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“nginx怎么关闭、重启、和启动”吧!

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

关闭

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

Published by

风君子

独自遨游何稽首 揭天掀地慰生平

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注