Przeglądaj źródła

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

pull/1383/head
b 4 lat temu
rodzic
commit
efb316e02f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Wyświetl plik

@@ -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 }}"

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


Ładowanie…
Anuluj
Zapisz