server { listen 81; location /nginx_status { stub_status; access_log off; allow all; } }