Skip to content

Instantly share code, notes, and snippets.

@FernandoEscher
Created May 18, 2012 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FernandoEscher/2727188 to your computer and use it in GitHub Desktop.
Save FernandoEscher/2727188 to your computer and use it in GitHub Desktop.
Kill Nginx process
You should not to restart nginx after applying new configuration.
ps aux | egrep '(PID|nginx)'
and kill the PID
kill -HUP PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment