Fix caddy .well-known config
I assume you'll also need to change this for nginx and apache. Without this, Riot will tell you "Cannot find homeserver".
This commit is contained in:
parent
a27d9f5cad
commit
a11e3b8646
@ -71,6 +71,7 @@ server {
|
|||||||
|
|
||||||
```caddy
|
```caddy
|
||||||
proxy /.well-known/matrix https://matrix.DOMAIN
|
proxy /.well-known/matrix https://matrix.DOMAIN
|
||||||
|
header /.well-known/matrix Access-Control-Allow-Origin *
|
||||||
```
|
```
|
||||||
|
|
||||||
Make sure to:
|
Make sure to:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user