server { listen 3000 default_server; server_name _; location / { return 404; } location /ping { return 200; } }