Lang.getIP(context.getRequest()) 获取ip为什么获取的是服务器的内网ip,我怎么获取用户的ip
nginx
proxy_set_header X-Real-IP $remote_addr;