【发布时间】:2012-06-28 07:42:44
【问题描述】:
我在一些 Django 项目的生产环境中使用nginx + fastcgi(manage.py runfcgi ...)。很多人建议使用nginx + gunicorn。使用 gunicorn 而不是使用 Django 的 fastcgi 服务器有什么好处?
【问题讨论】:
-
FastCGI Deprecated since version 1.7: FastCGI support is deprecated and will be removed in Django 1.9.,所以我建议去uWSGI。
标签: django deployment fastcgi gunicorn