From 7d2f0c6c872dd58e90a9c2c3b1ea2e34f0175e55 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 21 Jan 2019 22:01:50 +0100 Subject: [PATCH] use to_nice_yaml --- templates/opt/matrix/config/homeserver.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/opt/matrix/config/homeserver.yml.j2 b/templates/opt/matrix/config/homeserver.yml.j2 index a5882b5..61b15a9 100644 --- a/templates/opt/matrix/config/homeserver.yml.j2 +++ b/templates/opt/matrix/config/homeserver.yml.j2 @@ -153,7 +153,8 @@ listeners: # Unsecure HTTP listener, - port: {{ matrix_http_bind_port }} tls: false - bind_addresses: [{{ matrix_http_bind_ips | wrap | join(',') }}] + bind_addresses: + {{ matrix_https_bind_ips | to_nice_yaml(indent=2) }} type: http x_forwarded: false