Add sample .well-know config for Caddy

This commit is contained in:
anadahz 2018-10-19 14:22:27 +00:00
parent aefc2f0037
commit 12d96f5e23

View File

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