Przeglądaj źródła

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

Update Caddy example in configuring-well-known to Caddy version 2
pull/440/head
Slavi Pantaleev 6 lat temu
committed by GitHub
rodzic
commit
97a1c76ea2
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć
  1. +3
    -1
      docs/configuring-well-known.md

+ 3
- 1
docs/configuring-well-known.md Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz