On 11/11/2011 02:36 PM, Daniel Holth wrote: >> 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.
Thanks Daniel, This is excactly what I was looking for. I know that the startup order is not that critical for above setup (and my current setup), but it's always good to know (and to learn) _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
