瀏覽代碼

set homeserver_url to matrix_domain when nginx-proxy disabled and workers enabled

pull/1383/head
b 4 年之前
父節點
當前提交
efb316e02f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers 查看文件

@@ -21,7 +21,7 @@ matrix_identity_server_url: "{{ ('https://' + matrix_server_fqn_matrix) if matri

# If Synapse workers are enabled and matrix-nginx-proxy is disabled, certain APIs may not work over 'http://matrix-synapse:8008'.
# This is because we explicitly disable them for the main Synapse process.
matrix_homeserver_container_url: "{{ 'http://matrix-nginx-proxy:12080' if matrix_nginx_proxy_enabled else 'http://matrix-synapse:8008' }}"
matrix_homeserver_container_url: "{{ 'http://matrix-nginx-proxy:12080' if matrix_nginx_proxy_enabled else 'https://' + matrix_domain }}"

######################################################################
#


Loading…
取消
儲存