synapse: ensure all workers have x_forwarded:true
This commit is contained in:
parent
55e17e6716
commit
5e767c71c2
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ worker_name: synapse-worker-federation
|
||||||
worker_listeners:
|
worker_listeners:
|
||||||
- type: http
|
- type: http
|
||||||
port: 8008
|
port: 8008
|
||||||
|
x_forwarded: true
|
||||||
resources:
|
resources:
|
||||||
- names:
|
- names:
|
||||||
- client
|
- client
|
||||||
|
|
|
@ -4,6 +4,7 @@ worker_name: synapse-worker-sync
|
||||||
worker_listeners:
|
worker_listeners:
|
||||||
- type: http
|
- type: http
|
||||||
port: 8008
|
port: 8008
|
||||||
|
x_forwarded: true
|
||||||
resources:
|
resources:
|
||||||
- names:
|
- names:
|
||||||
- client
|
- client
|
||||||
|
|
Loading…
Add table
Reference in a new issue