ソースを参照

Fix well known self check

pull/37/head
Aaron Raimist 7年前
コミット
5a2069fa63
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 37419210002890EF
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/matrix-server/tasks/self_check/self_check_well_known.yml

+ 1
- 1
roles/matrix-server/tasks/self_check/self_check_well_known.yml ファイルの表示

@@ -2,7 +2,7 @@


- set_fact: - set_fact:
well_known_url_matrix: "https://{{ hostname_matrix }}/.well-known/matrix/client" 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 - name: Check .well-known on the matrix hostname


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