ソースを参照

Update Caddy example in configuring-well-known to Caddy version 2

pull/438/head
Sean O'Neil 6年前
コミット
eb8e162ac2
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 41727E9DEE5EA218
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      docs/configuring-well-known.md

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

@@ -107,7 +107,9 @@ server {
**For Caddy**, it would be something like this:

```caddy
proxy /.well-known/matrix https://matrix.DOMAIN
reverse_proxy /.well-known/matrix/* https://matrix.DOMAIN {
header_up Host {http.reverse_proxy.upstream.hostport}
}
```

**For HAProxy**, it would be something like this:


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