请稍等 ...
×

采纳答案成功!

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

nginx报错日志

2017/12/24 18:13:33 [error] 3880#3076: *2963 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: 42.48.104.249, server: ylmmall.cn, request: "POST /user/login.do HTTP/1.1", upstream: "http://127.0.0.1:8080/user/login.do", host: "www.ylmmall.cn"


这是Nginx的报错日志,麻烦老师看一下,访问后台一直是504超时

正在回答 回答被采纳积分+3

2回答

提问者 慕UI318403 2017-12-24 19:12:12

server {

listen 80;

autoindex on;

server_name ylmmall.cn www.ylmmall.cn;

access_log c:/access.log combined;

index index.html index.htm index.jsp index.php;

if ( $query_string ~* ".*[\;'\<\>].*" ){

        return 404;

        }


location = / {

        root C:/product/frontend/mmall-fe/dist/view;

        index index.html;

}


location ~ .*\.html$ {

        root C:/product/frontend/mmall-fe/dist/view;

        index index.html;

}


location / {

        proxy_pass http://127.0.0.1:8080/;

        }


}


谢谢老师赞美,那个服务器ip是我的电脑

0 回复 有任何疑惑可以回复我~
  • Geely #1
    目前看这个配置ok,也就是说,你的服务器用的是windows版的服务器对吧
    那这个错误是超时,看看服务端的日志,即tomcat的catalina.out那个日志,看看是否有异常,也发上来。问题应该出在这里。
    回复 有任何疑惑可以回复我~ 2017-12-24 22:33:42
  • 提问者 慕UI318403 回复 Geely #2
    我弄好了这个错误,是tomcat没有启动,但是又一个错误是后端都是404错误
    回复 有任何疑惑可以回复我~ 2017-12-25 12:01:20
  • 提问者 慕UI318403 #3
    老师,我在阿里云服务器上运行localhost:8080出现404错误,会不会是这个原因
    回复 有任何疑惑可以回复我~ 2017-12-25 14:46:02
Geely 2017-12-24 18:50:09

你好,同学,把你的配置文件发上来。http://www.ylmmall.cn/ 还有这个域名,刚才我访问打开了网站,哇塞!赞美!!

还有你的42.48.104.249 这个是哪个服务器的ip  这些说明一下,我需要更多的线索才能帮助你

0 回复 有任何疑惑可以回复我~
  • 提问者 慕UI318403 #1
    server {
    
    listen 80;
    
    autoindex on;
    
    server_name ylmmall.cn www.ylmmall.cn;
    
    access_log c:/access.log combined;
    
    index index.html index.htm index.jsp index.php;
    
    if ( $query_string ~* ".*[\;'\<\>].*" ){
    
            return 404;
    
            }
    
    
    
    location = / {
    
            root C:/product/frontend/mmall-fe/dist/view;
    
            index index.html;
    
    }
    
    
    
    location ~ .*\.html$ {
    
            root C:/product/frontend/mmall-fe/dist/view;
    
            index index.html;
    
    }
    
    
    
    location / {
    
            proxy_pass http://127.0.0.1:8080/;
    
            }
    
    
    
    }
    
    
    
    谢谢老师赞美,那个服务器ip是我的电脑
    回复 有任何疑惑可以回复我~ 2017-12-24 19:12:55
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信