wordpress-nginx-main/globals/varnish-as-front-end-compatibility.conf
hhftechnologies dd82b3e56c update
2024-09-28 17:48:20 +05:30

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;