Skip to content

Instantly share code, notes, and snippets.

@sfelde
Created March 1, 2013 19:29
Show Gist options
  • Save sfelde/5067111 to your computer and use it in GitHub Desktop.
Save sfelde/5067111 to your computer and use it in GitHub Desktop.
uwsgi kill stop start
service uwsgi stop; killall -9 uwsgi-core; service uwsgi start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment