nginx 为什么 192.168.25.133打不开欢迎页呢?

我./nginx 运行后是这个结果图片说明

我的如下

 [xxx~]# ps -ef | grep nginx
root     24005     1  0 Jun19 ?        00:00:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
nginx    24007 24005  0 Jun19 ?        00:00:00 nginx: worker process                   
root     28608 28594  0 10:18 pts/1    00:00:00 grep nginx

建议首先排查下默认的配置文件 然后看配置文件有没有加载成功 用 nginx -t命令查看 如需修改 修改后用 nginx reload -c + 配置文件路径重新加载下