Update Caddy example in configuring-well-known to Caddy version 2
This commit is contained in:
parent
929f220c58
commit
eb8e162ac2
@ -107,7 +107,9 @@ server {
|
|||||||
**For Caddy**, it would be something like this:
|
**For Caddy**, it would be something like this:
|
||||||
|
|
||||||
```caddy
|
```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:
|
**For HAProxy**, it would be something like this:
|
||||||
|
Loading…
Reference in New Issue
Block a user