> I found two linke showing examples of upstart scripts for nginx and uwsgi. > > > http://www.westphahl.net/blog/2010/4/8/running-django-nginx-and-uwsgi/ > https://gist.github.com/351959 > > Where I'm at a loss though is how to make sure, that > nginx is started after uwsgi.
http://upstart.ubuntu.com/cookbook/#start-depends-on-another-service http://upstart.ubuntu.com/cookbook/#start-must-precede-another-service Although if they start in the wrong order the only harm would probably be a brief period of 'backend not available' errors. _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
