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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

1
changelog.d/18064.doc Normal file
View file

@ -0,0 +1 @@
Document `tls` option for a worker instance in `instance_map`.

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