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

nginx查看配置文件nginx.conf路径

时间:2015-11-16 17:18:44      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:

 

 
当你执行 nginx -t 得时候,nginx会去测试你得配置文件得语法,并告诉你配置文件是否写得正确,同时也告诉了你配置文件得路径:
 
# nginx -t
nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful

配置文件 /etc/nginx/nginx.conf

根目录 /usr/share/nginx/html

nginx查看配置文件nginx.conf路径

标签:

原文地址:http://www.cnblogs.com/cgjcgs/p/4969390.html

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