-1
runfcgi.py:18: RemovedInDjango19Warning: FastCGI support has been deprecated and will be removed in Django 1.9.

What to use instead? I don't want Nginx and Django site to share user account, chroot and other things and want a UNIX socket between them.

Is there any supported way to run Django disjointed from the web server?

Vi.
  • 841
  • 11
  • 19

1 Answers1

0

You should move to uWSGI instead http://nginx.org/en/docs/http/ngx_http_uwsgi_module.html

Alexey Ten
  • 8,435
  • 1
  • 34
  • 36