Преглед изворни кода

Merge pull request #37 from aaronraimist/fix-well-known-self-check

Fix well known self check
pull/38/head
Slavi Pantaleev пре 7 година
committed by GitHub
родитељ
комит
d3c9be2cdf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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


Loading…
Откажи
Сачувај