diff --git a/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 b/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 index 9b039ff5..37560ed4 100644 --- a/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 @@ -63,7 +63,7 @@ pid_file: /homeserver.pid # # Defaults to 'https:///'. # -public_baseurl: https://{{ matrix_server_fqn_matrix }}/ +public_baseurl: {{ matrix_homeserver_url }} # Uncomment the following to tell other servers to send federation traffic on # port 443.