Ver a proveniência
Fix caddy .well-known config
I assume you'll also need to change this for nginx and apache. Without this, Riot will tell you "Cannot find homeserver".
pull/46/head
Aaron Raimist
há 7 anos
committed by
GitHub
ascendente
cometimento
a11e3b8646
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
0 eliminações
-
docs/configuring-well-known.md
|
|
|
@@ -71,6 +71,7 @@ server { |
|
|
|
|
|
|
|
```caddy |
|
|
|
proxy /.well-known/matrix https://matrix.DOMAIN |
|
|
|
header /.well-known/matrix Access-Control-Allow-Origin * |
|
|
|
``` |
|
|
|
|
|
|
|
Make sure to: |
|
|
|
|