mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 16:12:43 +00:00
Fix variable name typo
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1397
This commit is contained in:
parent
a536f5764e
commit
ba48aa70f7
|
@ -302,7 +302,7 @@ listeners:
|
||||||
{% if matrix_synapse_federation_port_enabled %}
|
{% if matrix_synapse_federation_port_enabled %}
|
||||||
# Unsecure HTTP listener (Federation API): for when matrix traffic passes through a reverse proxy
|
# Unsecure HTTP listener (Federation API): for when matrix traffic passes through a reverse proxy
|
||||||
# that unwraps TLS.
|
# that unwraps TLS.
|
||||||
- port: {{ matrix_synapse_container_default_federation_port|to_json }}
|
- port: {{ matrix_synapse_container_federation_port|to_json }}
|
||||||
tls: false
|
tls: false
|
||||||
bind_addresses: ['::']
|
bind_addresses: ['::']
|
||||||
type: http
|
type: http
|
||||||
|
|
Loading…
Reference in New Issue
Block a user