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

This commit is contained in:
Eric Eastwood
2025-01-20 12:40:05 -06:00
committed by GitHub
parent 48db0c2d6c
commit 0a31cf18cd
2 changed files with 5 additions and 0 deletions

View File

@@ -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