> If I recall correctly, uwsgi is launched by the nginx server. >
it's configured as a service ... nginx can't start other external processes. @arnon: check if uwsgi is running correctly. you should have a /var/run/uwsgi.pid holding the pid of the current uwsgi process, and the log of uwsgi itself should be at /var/log/uwsgi.log --

