replace port 8048 with matrix_synapse_container_default_federation_port

This commit is contained in:
b
2021-11-14 20:30:13 +02:00
parent 24fd455a9e
commit 7756cc4c8e
6 changed files with 8 additions and 7 deletions

View File

@ -146,7 +146,7 @@ matrix_synapse_federation_rr_transactions_per_room_per_second: 50
# Controls whether the TLS federation listener is enabled (tcp/8448).
# Only makes sense if federation is enabled (`matrix_synapse_federation_enabled`).
# Note that federation may potentially be enabled as non-TLS on tcp/8048 as well.
# Note that federation may potentially be enabled as non-TLS on `matrix_synapse_container_default_federation_port` as well.
# If you're serving Synapse behind an HTTPS-capable reverse-proxy,
# you can disable the TLS listener (`matrix_synapse_tls_federation_listener_enabled: false`).
matrix_synapse_tls_federation_listener_enabled: true