summary refs log tree commit diff
path: root/latest/systemd-with-workers/workers
diff options
context:
space:
mode:
authorH-Shay <H-Shay@users.noreply.github.com>2023-01-31 18:36:56 +0000
committerH-Shay <H-Shay@users.noreply.github.com>2023-01-31 18:36:56 +0000
commitc67c41f4674407719cb59a01da98536f96fa1977 (patch)
treefdc1e302740f18adc566aab73fc92db66da3e311 /latest/systemd-with-workers/workers
parentdeploy: eafdb12dd8db985fbe1ac27ca75d28af8d4e4c5d (diff)
downloadsynapse-c67c41f4674407719cb59a01da98536f96fa1977.tar.xz
deploy: eafdb12dd8db985fbe1ac27ca75d28af8d4e4c5d
Diffstat (limited to 'latest/systemd-with-workers/workers')
-rw-r--r--latest/systemd-with-workers/workers/event_persister.yaml1
-rw-r--r--latest/systemd-with-workers/workers/generic_worker.yaml3
-rw-r--r--latest/systemd-with-workers/workers/media_worker.yaml1
3 files changed, 3 insertions, 2 deletions
diff --git a/latest/systemd-with-workers/workers/event_persister.yaml b/latest/systemd-with-workers/workers/event_persister.yaml

index 9bc6997bad..c11d5897b1 100644 --- a/latest/systemd-with-workers/workers/event_persister.yaml +++ b/latest/systemd-with-workers/workers/event_persister.yaml
@@ -17,6 +17,7 @@ worker_listeners: # #- type: http # port: 8035 + # x_forwarded: true # resources: # - names: [client] diff --git a/latest/systemd-with-workers/workers/generic_worker.yaml b/latest/systemd-with-workers/workers/generic_worker.yaml
index 6e7b60886e..a858f99ed1 100644 --- a/latest/systemd-with-workers/workers/generic_worker.yaml +++ b/latest/systemd-with-workers/workers/generic_worker.yaml
@@ -5,11 +5,10 @@ worker_name: generic_worker1 worker_replication_host: 127.0.0.1 worker_replication_http_port: 9093 -worker_main_http_uri: http://localhost:8008/ - worker_listeners: - type: http port: 8083 + x_forwarded: true resources: - names: [client, federation] diff --git a/latest/systemd-with-workers/workers/media_worker.yaml b/latest/systemd-with-workers/workers/media_worker.yaml
index eb34d12492..8ad046f11a 100644 --- a/latest/systemd-with-workers/workers/media_worker.yaml +++ b/latest/systemd-with-workers/workers/media_worker.yaml
@@ -8,6 +8,7 @@ worker_replication_http_port: 9093 worker_listeners: - type: http port: 8085 + x_forwarded: true resources: - names: [media]