You can kill uwsgiusing standard Linux commands:
killall uwsgi
or
# ps ax|grep uwsgi
12345
# kill -s QUIT 12345
The last command allows you to perform a graceful reboot or immediately kill the entire stack , depending on the signal you send .
: , , . :) Uwsgi docs / Upstart/Systemd.
, uwsgi root - sudo , , uid/gid production.ini, Uwsgi . - root .