1. 首页
  2. 数据库
  3. 其它
  4. nginx关闭/重启/启动的操作方法

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

上传者: 2021-01-16 02:09:08上传 PDF文件 22.95KB 热度 32次
关闭 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 n
下载地址
用户评论