查找nginx html文件路径方式

2020-09-09  本文已影响0人  南京小邓子

1、全盘搜索,找到nginx总配置文件,find / -name nginx.conf

2、在 nginx.conf 中看有没有对应端口的html路径设置,没有则寻找该文件include开头的行

例:include /etc/nginx/conf.d/*.conf;

        include /etc/nginx/sites-enabled/*;

去这两个路径找就行了

有时候nginx默认页面文件不一定叫做index.html

/var/www/html/index.nginx-debian.html

上一篇下一篇

猜你喜欢

热点阅读