docs(inputs.http): add use system proxy config option (#12069)
This commit is contained in:
parent
716394e55d
commit
89cdfa35f7
|
|
@ -44,6 +44,7 @@ configuration.
|
||||||
# scopes = ["urn:opc:idm:__myscopes__"]
|
# scopes = ["urn:opc:idm:__myscopes__"]
|
||||||
|
|
||||||
## HTTP Proxy support
|
## HTTP Proxy support
|
||||||
|
# use_system_proxy = false
|
||||||
# http_proxy_url = ""
|
# http_proxy_url = ""
|
||||||
|
|
||||||
## Optional TLS Config
|
## Optional TLS Config
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@
|
||||||
# scopes = ["urn:opc:idm:__myscopes__"]
|
# scopes = ["urn:opc:idm:__myscopes__"]
|
||||||
|
|
||||||
## HTTP Proxy support
|
## HTTP Proxy support
|
||||||
|
# use_system_proxy = false
|
||||||
# http_proxy_url = ""
|
# http_proxy_url = ""
|
||||||
|
|
||||||
## Optional TLS Config
|
## Optional TLS Config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue