标签: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 : 设置配置文件外的全局指令
在检测配置文件期间屏蔽非错误信息
标签:nbsp 问题 conf cal where 错误 命令 filename 路径
原文地址:https://www.cnblogs.com/wchw2008/p/10088312.html