ソースを参照

Fix caddy .well-known config

I assume you'll also need to change this for nginx and apache. Without this, Riot will tell you "Cannot find homeserver".
pull/46/head
Aaron Raimist 7年前
committed by GitHub
コミット
a11e3b8646
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      docs/configuring-well-known.md

+ 1
- 0
docs/configuring-well-known.md ファイルの表示

@@ -71,6 +71,7 @@ server {

```caddy
proxy /.well-known/matrix https://matrix.DOMAIN
header /.well-known/matrix Access-Control-Allow-Origin *
```

Make sure to:


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