Skip to content

Instantly share code, notes, and snippets.

@Tucker-Eric
Created May 6, 2016 21:33
Show Gist options
  • Save Tucker-Eric/06fee483eaa3c7810f8376139289b36c to your computer and use it in GitHub Desktop.
Save Tucker-Eric/06fee483eaa3c7810f8376139289b36c to your computer and use it in GitHub Desktop.
server {
listen 127.0.0.1:80;
server_name 127.0.0.1;
location /nginx_status {
stub_status on;
allow 127.0.0.1;
deny all;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment