Merge pull request #438 from SeanPONeil/caddy-v2-well-known-docs

Update Caddy example in configuring-well-known to Caddy version 2
This commit is contained in:
Slavi Pantaleev 2020-04-05 21:59:54 +03:00 committed by GitHub
commit 97a1c76ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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