mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-09 16:48:53 +01:00
Fix yaml syntax breakage
Regression since 67a445a74ae817
This commit is contained in:
parent
67a445a74a
commit
95a6519876
@ -126,9 +126,9 @@ federation_domain_whitelist: {{ matrix_synapse_federation_domain_whitelist|to_js
|
|||||||
# List of ports that Synapse should listen on, their purpose and their
|
# List of ports that Synapse should listen on, their purpose and their
|
||||||
# configuration.
|
# configuration.
|
||||||
listeners:
|
listeners:
|
||||||
|
{% if matrix_synapse_federation_enabled %}
|
||||||
# Main HTTPS listener
|
# Main HTTPS listener
|
||||||
# For when matrix traffic is sent directly to synapse.
|
# For when matrix traffic is sent directly to synapse.
|
||||||
{% if matrix_synapse_federation_enabled %}
|
|
||||||
-
|
-
|
||||||
# The port to listen for HTTPS requests on.
|
# The port to listen for HTTPS requests on.
|
||||||
port: 8448
|
port: 8448
|
||||||
|
Loading…
x
Reference in New Issue
Block a user