繁体   English   中英

502 网关错误 django + gcloud

[英]502 bad gateway django + gcloud

我正在尝试将我的 django 站点部署到 gcloud,一切都上传得很好,但是当我点击链接时,我收到 502 bad gateway 错误。 我一直在关注应用引擎的 gcloud 教程,但没有运气。

这是我的应用程序。yaml

runtime: python 39

resources:
 memory_gb: 4

handlers: 
 url: /static/
 static_dir: /static/

url: /.*
script: auto

我是 django 和 gcloud 的新手,因此我们将不胜感激。

python39之间应该没有空格:

runtime: python39

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM