location / { proxy_pass http://localhost:5000; #真实IP proxy_set_header X-Real-IP $remote_addr; }
HttpContext.Request.Headers["X-Real-IP"]