Skip to content

Instantly share code, notes, and snippets.

@rajesh2k3
Forked from mateobur/nginx.conf
Created February 7, 2019 08:58
Show Gist options
  • Save rajesh2k3/30f2d5542a60ef6ae5683f55c62798a8 to your computer and use it in GitHub Desktop.
Save rajesh2k3/30f2d5542a60ef6ae5683f55c62798a8 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