Created
May 5, 2015 15:34
-
-
Save pinalbhatt/92fef5d9826902c6566a to your computer and use it in GitHub Desktop.
nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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