【发布时间】:2016-05-19 19:32:38
【问题描述】:
我正在尝试为我的项目部署实施 nginx + django + gunicorn。我正在以下文章的帮助下: http://tutos.readthedocs.io/en/latest/source/ndg.html 。我按照描述的步骤进行操作。现在,我正在尝试启动 gunicorn。我在屏幕上看到的是:
$ gunicorn ourcase.wsgi:application
[2016-05-19 19:24:25 +0000] [9290] [INFO] Starting gunicorn 19.5.0
[2016-05-19 19:24:25 +0000] [9290] [INFO] Listening at: http://127.0.0.1:8000 (9290)
[2016-05-19 19:24:25 +0000] [9290] [INFO] Using worker: sync
[2016-05-19 19:24:25 +0000] [9293] [INFO] Booting worker with pid: 9293
由于我是nginx 和gunicorn 的新手,我不确定以上是否有错误。我在错误日志中什么也没有得到
cat /var/log/nginx/error.log
它不会在屏幕上打印任何内容。请帮我解决这个问题。
【问题讨论】: