Skip to content
Snippets Groups Projects
Unverified Commit 0a31cf18 authored by Eric Eastwood's avatar Eric Eastwood Committed by GitHub
Browse files

Document possibility of configuring `tls` for a worker instance in `instance_map` (#18064)

parent 48db0c2d
No related branches found
No related tags found
No related merge requests found
Document `tls` option for a worker instance in `instance_map`.
......@@ -4465,6 +4465,10 @@ instance_map:
worker1:
host: localhost
port: 8034
other:
host: localhost
port: 8035
tls: true
```
Example configuration(#2, for UNIX sockets):
```yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment