Skip to content

Commit

Permalink
Document possibility of configuring tls for a worker instance in `i…
Browse files Browse the repository at this point in the history
…nstance_map` (#18064)
  • Loading branch information
MadLittleMods authored Jan 20, 2025
1 parent 48db0c2 commit 0a31cf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/18064.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document `tls` option for a worker instance in `instance_map`.
4 changes: 4 additions & 0 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a31cf1

Please sign in to comment.