Ver a proveniência

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

pull/438/head
Sean O'Neil há 6 anos
ascendente
cometimento
eb8e162ac2
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 41727E9DEE5EA218
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      docs/configuring-well-known.md

+ 3
- 1
docs/configuring-well-known.md Ver ficheiro

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


Carregando…
Cancelar
Guardar