Exemplos de Uso
$
server {
listen 127.0.0.1:80;
location /nginx_status {
stub_status;
allow 127.0.0.1;
deny all;
}
}
$
curl http://127.0.0.1/nginx_status