Changes between Version 14 and Version 15 of DjangoAndNginx
- Timestamp:
- Jan 29, 2013, 2:55:55 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoAndNginx
v14 v15 63 63 You may use a unix socket instead of a port number like so: `fastcgi_pass unix:/home/www/myhostname/fastcgi.sock` 64 64 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]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://web.archive.org/web/20120113102046/http://just-another.net/byteflowdjango-supervisord-nginx-win supervisor] (archive.org) 66 66 67 67 See also: