Nginx

我應該如何執行通過 UNIX 套接字連接在一起的 Nginx + Django 站點?

  • September 11, 2015
runfcgi.py:18: RemovedInDjango19Warning: FastCGI support has been deprecated and will be removed in Django 1.9.

改用什麼?我不希望 Nginx 和 Django 站點共享使用者帳戶、chroot 和其他東西,並希望它們之間有一個 UNIX 套接字。

是否有任何受支持的方式來執行與 Web 伺服器脫節的 Django?

你應該改用 uWSGI http://nginx.org/en/docs/http/ngx_http_uwsgi_module.html

引用自:https://serverfault.com/questions/721788