Selaa lähdekoodia
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".
pull/46/head
Aaron Raimist
7 vuotta sitten
committed by
GitHub
vanhempi
commit
a11e3b8646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
1 lisäystä ja
0 poistoa
-
docs/configuring-well-known.md
|
|
|
@@ -71,6 +71,7 @@ server { |
|
|
|
|
|
|
|
```caddy |
|
|
|
proxy /.well-known/matrix https://matrix.DOMAIN |
|
|
|
header /.well-known/matrix Access-Control-Allow-Origin * |
|
|
|
``` |
|
|
|
|
|
|
|
Make sure to: |
|
|
|
|