server { location / { root /usr/share/nginx/html; } location /health { return 200 '{"status":"ok"}'; add_header Content-Type application/json; } }