bugfix: set the matrix public_baseurl

Instead of computing this from the `matrix_server_fqn_matrix` this
should use the pre-computed (or overridden!) `matrix_homeserver_url` so
that it is possible to set the homeserver port, if that isn't `443`
pull/2366/head
Chris Rose 1 year ago
parent e8f6a9965d
commit 83f427a5df
No known key found for this signature in database

@ -63,7 +63,7 @@ pid_file: /homeserver.pid
#
# Defaults to 'https://<server_name>/'.
#
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.

Loading…
Cancel
Save