Kaynağa Gözat
Merge pull request #37 from aaronraimist/fix-well-known-self-check
Fix well known self check
pull/38/head
Slavi Pantaleev
7 yıl önce
committed by
GitHub
ebeveyn
işleme
d3c9be2cdf
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
roles/matrix-server/tasks/self_check/self_check_well_known.yml
|
|
|
@@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
- set_fact: |
|
|
|
well_known_url_matrix: "https://{{ hostname_matrix }}/.well-known/matrix/client" |
|
|
|
well_known_url_identity: "https://{{ hostname_matrix }}/.well-known/matrix/client" |
|
|
|
well_known_url_identity: "https://{{ hostname_identity }}/.well-known/matrix/client" |
|
|
|
|
|
|
|
|
|
|
|
- name: Check .well-known on the matrix hostname |
|
|
|
|