mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-14 09:45:51 +00:00
Document possibility of configuring tls
for a worker instance in instance_map
(#18064)
This commit is contained in:
parent
48db0c2d6c
commit
0a31cf18cd
2 changed files with 5 additions and 0 deletions
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…
Add table
Reference in a new issue