Document possibility of configuring tls for a worker instance in instance_map (#18064)
This commit is contained in:
parent
48db0c2d6c
commit
0a31cf18cd
1
changelog.d/18064.doc
Normal file
1
changelog.d/18064.doc
Normal file
@ -0,0 +1 @@
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user