synapse: ensure all workers have x_forwarded:true

This commit is contained in:
Nico Schottelius 2023-11-23 08:59:16 +01:00
parent 55e17e6716
commit 5e767c71c2
2 changed files with 2 additions and 0 deletions

View file

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

View file

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