Skip to content

Stop uwsgi instance

Shuang edited this page Aug 1, 2018 · 1 revision

Check running instances

ps ax|grep uwsgi

Stop all instances

pkill -f uwsgi -9

Stop specific instance Add a pidfile to your command:

uwsgi test.ini --pidfile /tmp/test.pid

Stop instance:

uwsgi --stop /tmp/test.pid

[[TOC]]

Clone this wiki locally