浏览代码

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:
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


正在加载...
取消
保存