This commit is contained in:
deathrow 2022-11-25 19:37:36 -05:00
parent 4e6be6304d
commit b638715928
No known key found for this signature in database
GPG key ID: FF39D67A22069F73
6 changed files with 42 additions and 40 deletions

View file

@ -9,12 +9,13 @@ worker_main_http_uri: http://synapse:8008/
worker_log_config: /data/log/additional1.yaml
worker_listeners:
- type: http
port: 8081
tls: false
x_forwarded: true
resources:
- names: [client, federation]
- names: [client]
compress: false
- type: http
port: 8034

View file

@ -9,12 +9,13 @@ worker_main_http_uri: http://synapse:8008/
worker_log_config: /data/log/additional2.yaml
worker_listeners:
- type: http
port: 8081
tls: false
x_forwarded: true
resources:
- names: [client, federation]
- names: [client]
compress: false
- type: http
port: 8034

View file

@ -8,6 +8,14 @@ worker_replication_http_port: 9093
worker_log_config: /data/log/event1.yaml
worker_listeners:
- type: http
port: 8081
x_forwarded: true
resources:
- names: [client]
compress: false
- type: http
port: 8034
resources:

View file

@ -8,6 +8,14 @@ worker_replication_http_port: 9093
worker_log_config: /data/log/event2.yaml
worker_listeners:
- type: http
port: 8081
x_forwarded: true
resources:
- names: [client]
compress: false
- type: http
port: 8034
resources: