docs: Note proxy-defaults can globally set service protocol (#10649)
Add a note to the docs for the service defaults config entry which informs users that the service protocol can be configured for all services using the proxy defaults config entry. Resolves #8279 Co-authored-by: Freddy <freddygv@users.noreply.github.com>
This commit is contained in:
parent
57e5b06c17
commit
9eb8622061
|
@ -18,6 +18,12 @@ service, such as its protocol.
|
|||
|
||||
### Default protocol
|
||||
|
||||
-> **NOTE**: The default protocol can also be configured globally for all proxies
|
||||
using the [proxy defaults](/docs/connect/config-entries/proxy-defaults#default-protocol)
|
||||
config entry. However, if the protocol value is specified in a service defaults
|
||||
config entry for a given service, that value will take precedence over the
|
||||
globally configured value from proxy defaults.
|
||||
|
||||
<Tabs>
|
||||
<Tab heading="HCL">
|
||||
|
||||
|
|
Loading…
Reference in New Issue