Parcourir la source

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

pull/438/head
Sean O'Neil il y a 6 ans
Parent
révision
eb8e162ac2
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 41727E9DEE5EA218
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +3
    -1
      docs/configuring-well-known.md

+ 3
- 1
docs/configuring-well-known.md Voir le fichier

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


Chargement…
Annuler
Enregistrer