Skip to content

Instantly share code, notes, and snippets.

@mateobur
Created May 14, 2017 19:45
Show Gist options
  • Save mateobur/7fe94d7020ad3ce2abb5d878f8962ca6 to your computer and use it in GitHub Desktop.
Save mateobur/7fe94d7020ad3ce2abb5d878f8962ca6 to your computer and use it in GitHub Desktop.
nginx status
...
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