尝试使用 Gunicorn 和 Systemd 设置 Django 应用程序,同时执行以下操作本教程由 DigitalOcean 提供。
当我运行 时curl --unix-socket /run/gunicorn.sock localhost
,它返回curl: (56) Recv failure: Connection reset by peer
。我严格按照说明操作,甚至重置了我的 VPS,以确保没有弄乱 venv。
有人有什么建议吗?其他所有步骤都很好,甚至从外部连接也是如此。
尝试使用 Gunicorn 和 Systemd 设置 Django 应用程序,同时执行以下操作本教程由 DigitalOcean 提供。
当我运行 时curl --unix-socket /run/gunicorn.sock localhost
,它返回curl: (56) Recv failure: Connection reset by peer
。我严格按照说明操作,甚至重置了我的 VPS,以确保没有弄乱 venv。
有人有什么建议吗?其他所有步骤都很好,甚至从外部连接也是如此。