diff options
author | Dylan William Hardison <dylan@hardison.net> | 2015-10-28 03:27:34 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2015-10-28 03:28:03 +0100 |
commit | 175f9c1022672ae8d47c93ad0cf31084eb868ecb (patch) | |
tree | 75917b225847248910adcea2f686ed20b2b009c5 /template | |
parent | f521f52eaee19967ef5898cad3c8cf1cd8b84675 (diff) | |
download | bugzilla-175f9c1022672ae8d47c93ad0cf31084eb868ecb.tar.gz bugzilla-175f9c1022672ae8d47c93ad0cf31084eb868ecb.tar.xz |
Bug 1217536 - allow inbound_proxy supports '*'
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/advanced.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/admin/params/advanced.html.tmpl b/template/en/default/admin/params/advanced.html.tmpl index a2103c652..6cd13a49d 100644 --- a/template/en/default/admin/params/advanced.html.tmpl +++ b/template/en/default/admin/params/advanced.html.tmpl @@ -67,7 +67,9 @@ _ " user is the IP address of the proxy. If you enter a comma-separated" _ " list of IPs in this parameter, then $terms.Bugzilla will trust any" _ " <code>X-Forwarded-For</code> header sent from those IPs," - _ " and use the value of that header as the end user's IP address.", + _ " and use the value of that header as the end user's IP address." + _ " If set to a *, $terms.Bugzilla will trust the first value in the " + _ " X-Forwarded-For header.", proxy_url => "$terms.Bugzilla may have to access the web to get notifications about" |