gpt4 book ai didi

python - 使用gunicorn运行app报错

转载 作者:IT王子 更新时间:2023-10-29 01:26:57 25 4
gpt4 key购买 nike

我已经成功安装了gunicorn

每次我运行这个命令时:

$ gunicorn hello.wsgi:application --bind example.com:8001

我收到这个错误:

[INFO] Starting gunicorn 18.0
[ERROR] Invalid address: ('example.com', 8001)

我正在学习本教程:

http://michal.karzynski.pl/blog/2013/06/09/django-nginx-gunicorn-virtualenv-supervisor/

最佳答案

example.com 只是一个示例域。使用 0.0.0.0:8001 作为绑定(bind)地址。

gunicorn hello.wsgi:application --bind 0.0.0.0:8001

关于python - 使用gunicorn运行app报错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20858844/

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