Created
September 21, 2013 10:11
-
-
Save light9/6649132 to your computer and use it in GitHub Desktop.
Debugging Nginx Configuration
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
| nginx -t && service nginx reload | |
| service nginx status # to poll for current status | |
| service nginx stop # to stop any servers if any | |
| service nginx start # to start the server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment