7 lines
168 B
Text
7 lines
168 B
Text
### If Varnish is used as front end
|
|
set_real_ip_from 127.0.0.1;
|
|
real_ip_header X-Forwarded-For;
|
|
real_ip_recursive on;
|
|
|
|
# Default value: on
|
|
port_in_redirect off;
|