mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Update example to set correct internal trusted ranges. (#1575)
This commit is contained in:
parent
baaaf1e8a5
commit
b20f62b015
|
@ -123,7 +123,7 @@ proxy_buffers 64 256k;
|
|||
|
||||
# If behind reverse proxy, forwards the correct IP
|
||||
set_real_ip_from 10.0.0.0/8;
|
||||
set_real_ip_from 172.0.0.0/8;
|
||||
set_real_ip_from 172.16.0.0/12;
|
||||
set_real_ip_from 192.168.0.0/16;
|
||||
set_real_ip_from fc00::/7;
|
||||
real_ip_header X-Forwarded-For;
|
||||
|
|
Loading…
Reference in New Issue
Block a user