Skip to content

Instantly share code, notes, and snippets.

@pinalbhatt
Created May 5, 2015 15:34
Show Gist options
  • Save pinalbhatt/92fef5d9826902c6566a to your computer and use it in GitHub Desktop.
Save pinalbhatt/92fef5d9826902c6566a to your computer and use it in GitHub Desktop.
nginx
#http://nginx.org/en/docs/beginners_guide.html
#Once nginx is started, it can be controlled by invoking the executable with the -s parameter.
nginx -s quit #graceful shutdown
nginx -s stop #fast shutdown
nginx -s reload #reloading the configuration file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment