Skip to content

Instantly share code, notes, and snippets.

@kskomori
Last active November 1, 2016 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kskomori/01cad7524e1fc84743da8a4072628c18 to your computer and use it in GitHub Desktop.
Save kskomori/01cad7524e1fc84743da8a4072628c18 to your computer and use it in GitHub Desktop.
muninでnginxのステータスを確認する ref: http://qiita.com/kskomori/items/09c38224dafe81afe716
location ~ /(nginx_|server-)status {
stub_status on;
access_log off;
allow 127.0.0.1;
deny all;
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment