Преглед изворни кода

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 пре 3 година
родитељ
комит
83f427a5df
Failed to extract signature
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 1
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 Прегледај датотеку

@@ -63,7 +63,7 @@ pid_file: /homeserver.pid
# #
# Defaults to 'https://<server_name>/'. # 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 # Uncomment the following to tell other servers to send federation traffic on
# port 443. # port 443.


Loading…
Откажи
Сачувај