server { listen 80; server_name _; location /health { return 200 "ok\n"; } location / { proxy_pass http://tenant-web:80; } }