1 2 3 4 5 6 7 8 9
server { listen 81; location /nginx_status { stub_status; access_log off; allow all; } }