docs: fix typo regarding http_proxy for proxy_from_environment (#3514)
* docs: fix typo regarding http_proxy for proxy_from_environment Signed-off-by: xenofree <35098906+xenofree@users.noreply.github.com> * docs: add NO_PROXY environment Co-authored-by: Simon Pasquier <spasquie@redhat.com> Signed-off-by: xenofree <35098906+xenofree@users.noreply.github.com> --------- Signed-off-by: xenofree <35098906+xenofree@users.noreply.github.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
cfe4411deb
commit
5906dbc193
|
@ -566,7 +566,7 @@ oauth2:
|
|||
# that should be excluded from proxying. IP and domain names can
|
||||
# contain port numbers.
|
||||
[ no_proxy: <string> ]
|
||||
# Use proxy URL indicated by environment variables (HTTP_PROXY, https_proxy, HTTPs_PROXY, https_proxy, and no_proxy)
|
||||
# Use proxy URL indicated by environment variables (HTTP_PROXY, http_proxy, HTTPS_PROXY, https_proxy, NO_PROXY, and no_proxy)
|
||||
[ proxy_from_environment: <boolean> | default: false ]
|
||||
# Specifies headers to send to proxies during CONNECT requests.
|
||||
[ proxy_connect_header:
|
||||
|
|
Loading…
Reference in New Issue