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

Nginx命令

时间:2018-12-08 17:57:33      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:nbsp   问题   conf   cal   where   错误   命令   filename   路径   

whereis nginx : 查找Nginx路径,如:nginx: /usr/local/nginx

nginx -s reload : 修改配置文件后,重新载入配置文件

nginx -s reopen : 重新打开日志文件

nginx -t : 检查配置文件是否有语法问题,与 -c 连用,可以输入详细内容。如: nginx -t -c nginx.conf

nginx -v : 显示版本信息

nginx -V : 显示版本和配置选项信息

nginx -q :  在检测配置文件期间屏蔽非错误信息

nginx -p prefix       : 设置前缀路径(默认是:/usr/local/Cellar/nginx/1.2.6/)

nginx -c filename     : 设置配置文件(默认是:/usr/local/etc/nginx/nginx.conf)

nginx -g directives   : 设置配置文件外的全局指令

在检测配置文件期间屏蔽非错误信息

Nginx命令

标签:nbsp   问题   conf   cal   where   错误   命令   filename   路径   

原文地址:https://www.cnblogs.com/wchw2008/p/10088312.html

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