From b5c84adb6b19053ff2c8e993faaf3fb8e7c5d34b Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Sat, 9 Jul 2022 13:22:09 -0700 Subject: [PATCH] add a bit of info about inbound_proxies in the parameters docs --- docs/en/rst/administering/parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst index 50f09973a1..311c76a3d1 100644 --- a/docs/en/rst/administering/parameters.rst +++ b/docs/en/rst/administering/parameters.rst @@ -702,7 +702,7 @@ Advanced ======== inbound_proxies - When inbound traffic to Bugzilla goes through a proxy, Bugzilla thinks that the IP address of the proxy is the IP address of every single user. If you enter a comma-separated list of IPs in this parameter, then Bugzilla will trust any ``X-Forwarded-For`` header sent from those IPs, and use the value of that header as the end user's IP address. + When inbound traffic to Bugzilla goes through a proxy, Bugzilla thinks that the IP address of the proxy is the IP address of every single user. If you enter a comma-separated list of IPs in this parameter, then Bugzilla will trust any ``X-Forwarded-For`` header sent from those IPs, and use the value of that header as the end user's IP address. This can be set to "*" if bugzilla will *always* be behind a proxy, in this case it will trust ``X-Forwarded-For`` implicitly. proxy_url If this Bugzilla installation is behind a proxy, enter the proxy