mirror of https://github.com/hashicorp/consul
Update configuration.html.md (#5058)
Link to Upstream Configuration was pointing to http://localhost:4567. Fixed reference.pull/5060/head
parent
628a25bbc7
commit
43d882c38e
|
@ -135,7 +135,7 @@ All fields are optional with a sane default.
|
|||
specified in the opaque config map here will continue to work for
|
||||
compatibility but it's strongly recommended that you move to using the higher
|
||||
level [upstream
|
||||
configuration](http://localhost:4567/docs/connect/proxies.html#upstream-configuration).
|
||||
configuration](/docs/connect/proxies.html#upstream-configuration).
|
||||
|
||||
#### Proxy Upstream Config Key Reference
|
||||
|
||||
|
@ -145,4 +145,4 @@ All fields are optional with a sane default.
|
|||
href="#connect_timeout_ms">`connect_timeout_ms`</a> - The number of
|
||||
milliseconds the proxy will wait to establish a TLS connection to the
|
||||
discovered upstream instance before giving up. Defaults to `10000` or 10
|
||||
seconds.
|
||||
seconds.
|
||||
|
|
Loading…
Reference in New Issue