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

nginx常用命令

时间:2020-04-23 21:24:42      阅读:51      评论:0      收藏:0      [点我收藏+]

标签:http   inf   com   local   命令   技术   info   当前目录   bin   

nginx的常用命令

在使用一下命令之前,我们必须要到nginx当前目录下执行所有命令(当前目录为:/usr/local/nginx/sbin

1. 查看nginx版本
[root@localhost sbin]# ./nginx -v

技术图片
2.关闭nginx命令
[root@localhost sbin]# ./nginx -s stop
技术图片
3.开启nginx命令
[root@localhost sbin]# ./nginx
技术图片

4.重新加载nginx命令
当对nginx配置文件进行修改时,就需要如下命令对nginx进行重新加载,使配置生效。
[root@localhost sbin]# ./nginx -s reload

nginx常用命令

标签:http   inf   com   local   命令   技术   info   当前目录   bin   

原文地址:https://blog.51cto.com/11195311/2489748

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