server { # ...some code listen 443 ssl proxy_protocol; # REAL-IP START real_ip_header proxy_protocol; set_real_ip_from 172.17.0.1/24; # REAL-IP END # ...some code } Nginx Proxy Protocol 获取真实IP地址 2023-10-23 0