ソースを参照

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
署名の抽出に失敗しました
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>/'.
#
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.


読み込み中…
キャンセル
保存