server { listen {{status_port}}; server_name localhost; location / { stub_status on; access_log off; allow 127.0.0.1; deny all; } }