Pārlūkot izejas kodu
Merge pull request #16 from anadahz/doc/caddy_well-known
Add sample .well-know config for Caddy
pull/17/head
Slavi Pantaleev
pirms 7 gadiem
committed by
GitHub
vecāks
revīzija
b215cc05fb
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar
6 papildinājumiem un
0 dzēšanām
-
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 |
|
|
|
|