mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Add sample .well-know config for Caddy
This commit is contained in:
parent
aefc2f0037
commit
12d96f5e23
@ -67,6 +67,12 @@ server {
|
|||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**For Caddy**, it would be something like this:
|
||||||
|
|
||||||
|
```caddy
|
||||||
|
proxy /.well-known/matrix https://matrix.DOMAIN
|
||||||
|
```
|
||||||
|
|
||||||
Make sure to:
|
Make sure to:
|
||||||
|
|
||||||
- **replace `DOMAIN`** in the server configuration with your actual domain name
|
- **replace `DOMAIN`** in the server configuration with your actual domain name
|
||||||
|
Loading…
Reference in New Issue
Block a user