소스 검색

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

pull/438/head
Sean O'Neil 6 년 전
부모
커밋
eb8e162ac2
No known key found for this signature in database 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:


불러오는 중...
취소
저장