參考文檔
HTTP stub_status 模塊
http://nginx.org/en/docs/http/ngx_http_status_module.html
html
server
nginx
{
ide
listen 80;
server
server_name 127.0.0.1;
htm
deny all;
文檔
location /NginxStatus {
get
stub_status on;
it
allow 127.0.0.1;
io
allow A;
class
allow B;
deny all;
}
access_log off;
}