查找 nginx的配置文件的路径

2019-06-04  本文已影响0人  毛毛v5

linux蛋疼,配置文件位置满天飞。搞不清在哪里。可以按如下方法尝试:

[root@izuf693wyms6h7ot360phcz /]# find / -name nginx.conf
/etc/nginx/nginx.conf
[root@izuf693wyms6h7ot360phcz /]# /usr/sbin/nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
[root@izuf693wyms6h7ot360phcz /]#

看来一般的默认配置文件在/etc目录下面的app名称路径。

上一篇 下一篇

猜你喜欢

热点阅读