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