瀏覽代碼

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.


Loading…
取消
儲存