server { listen 80 default_server; location / { return 404; } location /health { return 200; } }