Changes between Version 14 and Version 15 of DjangoAndNginx


Ignore:
Timestamp:
Jan 29, 2013, 2:55:55 AM (11 years ago)
Author:
Pablo Castellano
Comment:

archive.org

Legend:

Unmodified
Added
Removed
Modified
  • DjangoAndNginx

    v14 v15  
    6363You may use a unix socket instead of a port number like so: `fastcgi_pass unix:/home/www/myhostname/fastcgi.sock`
    6464
    65 You'll probably want to keep your fastcgi process running using [http://blog.bashton.com/2011/using-django-fastcgi-with-upstart/ upstart], [https://code.djangoproject.com/wiki/InitdScriptForLinux init.d], or [http://just-another.net/byteflowdjango-supervisord-nginx-win supervisor]
     65You'll probably want to keep your fastcgi process running using [http://blog.bashton.com/2011/using-django-fastcgi-with-upstart/ upstart], [https://code.djangoproject.com/wiki/InitdScriptForLinux init.d], or [http://web.archive.org/web/20120113102046/http://just-another.net/byteflowdjango-supervisord-nginx-win supervisor] (archive.org)
    6666
    6767See also:
Back to Top