mirror of
https://github.com/Safe3/openresty-manager.git
synced 2025-10-04 13:51:53 +08:00
7 lines
No EOL
199 B
Text
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; |