请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

访问tomcat.imooc.com进入的是Welcome to nginx页面是为什么?

tomcat/imooc.com.conf文件如下:
server {
listen 80;
autoindex on;
server_name tomcat.imooc.com;
access_log d:/access.log combined;
index index.html index.htm index.jsp index.php;
#error_page 404 /404.html;
if ( $query_string ~* “.[;’<>].” ){
return 404;
}
location / {
proxy_pass http://127.0.0.1:8080;
add_header Access-Control-Allow-Origin *;
}
}

hosts增加一行:
127.0.0.1 tomcat.imooc.com

访问结果如图:
图片描述

正在回答

1回答

geelylucky 2019-07-24 10:00:24

同学,先确定一下http://127.0.0.1:8080能不能正常访问,把index index.html index.htm index.jsp index.php;注释掉。

1 回复 有任何疑惑可以回复我~
  • 老师,我的情况和他类似,http://127.0.0.1:8080能正常访问, 但访问tomcat.imooc.com时,注释了也没用。
    回复 有任何疑惑可以回复我~ 2019-08-26 16:11:21
  • 倾_洛 回复 308实锤学 #2
    注释掉以后重新 reload 一下,我的可以了
    回复 有任何疑惑可以回复我~ 2019-08-31 16:30:48
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信