Safe3-openresty-manager/nginx/conf/real_ip.conf
UUSEC Technology 12467d8fd1 open source
2025-04-30 13:05:17 +08:00

7 lines
No EOL
199 B
Text

set_real_ip_from 10.0.0.0/8;
set_real_ip_from 100.64.0.0/10;
set_real_ip_from 172.16.0.0/12;
set_real_ip_from 192.168.0.0/16;
real_ip_header X-Forwarded-For;
real_ip_recursive on;