Merge pull request #16 from anadahz/doc/caddy_well-known

Add sample .well-know config for Caddy
This commit is contained in:
Slavi Pantaleev 2018-10-19 17:32:25 +03:00 committed by GitHub
commit b215cc05fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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