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__"]
|
||||
|
||||
## HTTP Proxy support
|
||||
# use_system_proxy = false
|
||||
# http_proxy_url = ""
|
||||
|
||||
## Optional TLS Config
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
# scopes = ["urn:opc:idm:__myscopes__"]
|
||||
|
||||
## HTTP Proxy support
|
||||
# use_system_proxy = false
|
||||
# http_proxy_url = ""
|
||||
|
||||
## Optional TLS Config
|
||||
|
|
|
|||
Loading…
Reference in New Issue