server { listen 127.0.0.1:8080; server_name localhost; keepalive_timeout 0; allow 127.0.0.1; deny all; server_tokens on; location /server-status { stub_status on; } access_log off; }