遇到这样一个问题,ngnix明明配置自己的html文件,但是访问ip:80地址,还是‘welcome to nginx‘
查看问题思路:
自定义的配置文件路径是否正确,是否起效
nginx -t
查看当前配置文件的路径,查看自定义配置文件是否位于起效的配置文件路径下
nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
我的配置文件放错了位置,应该防止到/etc/nginx/nginx.conf下的conf.d目录下
版权声明:本文为yuxuan89814原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。