Bläddra i källkod
Merge pull request #16 from anadahz/doc/caddy_well-known
Add sample .well-know config for Caddy
pull/17/head
Slavi Pantaleev
7 år sedan
committed by
GitHub
förälder
incheckning
b215cc05fb
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med
6 tillägg och
0 borttagningar
-
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 |
|
|
|
|