mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2025-05-20 18:10:28 -04:00
Update
This commit is contained in:
parent
4e6be6304d
commit
b638715928
6 changed files with 42 additions and 40 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue