fix up nginx

This commit is contained in:
Matthew Hodgson
2024-11-04 18:58:43 +00:00
parent a3b41ec3ed
commit 1ad060cc0f
12 changed files with 139 additions and 139 deletions

View File

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

View File

@@ -1,3 +1,5 @@
${CONFIG_HEADER}
# Log configuration for Synapse.
#
# This is a YAML file containing a standard Python logging configuration

View File

@@ -1,3 +1,5 @@
${CONFIG_HEADER}
worker_app: synapse.app.federation_sender
worker_name: synapse-federation-sender-1

View File

@@ -1,3 +1,5 @@
${CONFIG_HEADER}
worker_app: synapse.app.generic_worker
worker_name: synapse-generic-worker-1