-
-
Save rajesh2k3/30f2d5542a60ef6ae5683f55c62798a8 to your computer and use it in GitHub Desktop.
nginx status
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
| ... | |
| server{ | |
| server_name _; | |
| location /nginx_status { | |
| stub_status on; | |
| access_log on; | |
| <deny/allow directives for your scenario> | |
| } | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment