Преглед изворни кода

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 Key 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: **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…
Откажи
Сачувај