码迷,mamicode.com
首页 > 其他好文 > 详细

nginx命令

时间:2020-05-08 13:27:28      阅读:52      评论:0      收藏:0      [点我收藏+]

标签:com   comment   配置文件   停止   exe   open   启动   打开   退出   

start nginx

nginx.exe –s quit 

nginx –s reload

 

nginx -h # 打开帮助
nginx -t # 检查配置文件是否正确
# 以下命令均要先启动nginx才能执行
nginx -s stop # 停止
nginx -s quit # 退出
nginx -s reopen # 重新启动(注意不会重新读取配置文件)
nginx -s reload # 重新读取配置文件


nginx命令

标签:com   comment   配置文件   停止   exe   open   启动   打开   退出   

原文地址:https://www.cnblogs.com/liucuiqiang/p/12849644.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!