答案是通过在 Nginx 配置中添加 proxy_set_header X-Real-IP $remote_addr; 这一行,可以在反向代理的情况下获取客户端的真实 IP 地址。
proxy_set_header X-Real-IP $remote_addr;