renamed var to matrix_synapse_container_federation_api_port
This commit is contained in:
@ -276,7 +276,7 @@ listeners:
|
||||
|
||||
{% if matrix_synapse_federation_port_enabled and matrix_synapse_tls_federation_listener_enabled %}
|
||||
# TLS-enabled listener: for when matrix traffic is sent directly to synapse.
|
||||
- port: {{ matrix_federation_public_port }}
|
||||
- port: {{ matrix_synapse_container_federation_api_port }}
|
||||
tls: true
|
||||
bind_addresses: ['::']
|
||||
type: http
|
||||
|
Reference in New Issue
Block a user