Ver a proveniência
Merge pull request #16 from anadahz/doc/caddy_well-known
Add sample .well-know config for Caddy
pull/17/head
Slavi Pantaleev
há 7 anos
committed by
GitHub
ascendente
cometimento
b215cc05fb
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
6 adições e
0 eliminações
-
docs/configuring-well-known.md
|
|
|
@@ -67,6 +67,12 @@ server { |
|
|
|
</VirtualHost> |
|
|
|
``` |
|
|
|
|
|
|
|
**For Caddy**, it would be something like this: |
|
|
|
|
|
|
|
```caddy |
|
|
|
proxy /.well-known/matrix https://matrix.DOMAIN |
|
|
|
``` |
|
|
|
|
|
|
|
Make sure to: |
|
|
|
|
|
|
|
- **replace `DOMAIN`** in the server configuration with your actual domain name |
|
|
|
|