meolu / walle-web

walle - 瓦力 Devops开源项目代码部署平台
https://walle-web.io
Apache License 2.0
11.85k stars 2.76k forks source link

nginx 配置问题 #866

Open zhangshuaiming opened 5 years ago

zhangshuaiming commented 5 years ago

ubuntu@ubuntu:~/walle-web$ curl http://admin.walle-web.io

500 Internal Server Error

500 Internal Server Error


nginx/1.10.3 (Ubuntu)

我按照http://walle-web.io/docs/installation.html#3-Nginx-config 步骤,结果提示是这个500,是不是upstream 出问题

ZouHongxue commented 5 years ago

1.查看服务日志是否有这个issue描述的问题,有可按此试着解决。 2.查看nginx日志是否有错误信息,不能解决可将错误信息及配置贴出来。

zhangshuaiming commented 5 years ago

image image

ZouHongxue commented 5 years ago

1.看第二张图walle服务的启动是没有问题的,curl 0.0.0.0:5000是否正常返回? 2.项目中的settings_prod.py是否修改正确,可以贴出来。 3.另 参考:https://github.com/meolu/walle-web/issues/820

zhangshuaiming commented 5 years ago

image

zhangshuaiming commented 5 years ago

image

zhangshuaiming commented 5 years ago

有微信群或者QQ群吗

zhangshuaiming commented 5 years ago

我跟https://walle-web.io/docs/installation.html 这里是部署一模一样的

ZouHongxue commented 5 years ago

有微信群或者QQ群吗

https://walle-web.io/docs/install-error.html 微信群

ZouHongxue commented 5 years ago

我跟https://walle-web.io/docs/installation.html 这里是部署一模一样的

1.将settings_prod中的host 改为0.0.0.0试下,如果还是同样500,可以确认不是这个host的问题,可以改回去。 2.查看nginx日志中是否有更多信息

zhangshuaiming commented 5 years ago

image

ZouHongxue commented 5 years ago

image 前端代码的路径是正确的吗

zhangshuaiming commented 5 years ago

原来这个问题,谢谢了。

wenchengxu commented 5 years ago

image 前端代码的路径是正确的吗

我也是500错误,前端代码的属主属组是nginx吗,其他的问题按照上面的排查了一遍 还是不行