proxy-protocol-nginx.conf
· 140 B · Text
Raw
set_real_ip_from 104.16.0.0/12
set_real_ip_from 172.64.0.0/13
real_ip_header proxy_protocol; # proxy_protocol needed
real_ip_recursive on;
1 | set_real_ip_from 104.16.0.0/12 |
2 | set_real_ip_from 172.64.0.0/13 |
3 | real_ip_header proxy_protocol; # proxy_protocol needed |
4 | real_ip_recursive on; |