mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 14:31:09 +03:00
fix up nginx
This commit is contained in:
@@ -48,6 +48,8 @@ trusted_key_servers:
|
||||
# please keep config above this point as close as possible to the original generated config
|
||||
# so that upstream generated config changes can be detected
|
||||
|
||||
suppress_key_server_warning: true
|
||||
|
||||
send_federation: false
|
||||
federation_sender_instances:
|
||||
- synapse-federation-sender-1
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
${CONFIG_HEADER}
|
||||
|
||||
# Log configuration for Synapse.
|
||||
#
|
||||
# This is a YAML file containing a standard Python logging configuration
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
${CONFIG_HEADER}
|
||||
|
||||
worker_app: synapse.app.federation_sender
|
||||
worker_name: synapse-federation-sender-1
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
${CONFIG_HEADER}
|
||||
|
||||
worker_app: synapse.app.generic_worker
|
||||
worker_name: synapse-generic-worker-1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user