gpt4 book ai didi

python - 配置 Gunicorn : No application module specified

转载 作者:太空狗 更新时间:2023-10-30 00:31:58 25 4
gpt4 key购买 nike

我正在尝试使用 NGINX 和 gunicorn 部署一个 django 项目。我不断收到 502 Bad Gateway。在过去的几天里,我一直在不停地处理这个问题,但我似乎无法部署它。我已经完成了 3 个关于 Digital Ocean 的教程,但它们显然不正确。

我一直收到 502 错误网关,或者如果我尝试使用 manage.py runserver,我收到 400 错误请求。

我认为我的问题在于 gunicorn。当我输入 gunicorn -config 时,它说

usage: gunicorn [OPTIONS] [APP_MODULE] gunicorn: error: No application module specified.

我能找到的所有文档都说只需键入 gunicorn wsgi:application,但当我这样做时,它会显示“workers failed to boot”。如何设置应用程序模块?

最佳答案

假设你有 nginx 代理端口 8001,你想这样做:

gunicorn -b 127.0.0.1:8001 your_project_name.wsgi:application

您需要从您的项目文件夹(manage.py 文件所在的位置)运行它

关于python - 配置 Gunicorn : No application module specified,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26748015/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com