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:
Aaron Raimist 2018-11-28 11:34:31 -06:00 committed by GitHub
parent a27d9f5cad
commit a11e3b8646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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