restore matrix server and client stuff
This commit is contained in:
parent
30d6e3e2cd
commit
f3d29fcf11
1 changed files with 2 additions and 0 deletions
|
@ -177,11 +177,13 @@ in {
|
|||
handle /.well-known/matrix/server {
|
||||
header Access-Control-Allow-Origin *
|
||||
header Content-Type application/json
|
||||
respond "{ \"m.server\": \"matrix.chir.rs:443\" }" 200
|
||||
}
|
||||
|
||||
handle /.well-known/matrix/client {
|
||||
header Access-Control-Allow-Origin *
|
||||
header Content-Type application/json
|
||||
respond "{ \"m.homeserver\": { \"base_url\": \"https://matrix.chir.rs\" } }" 200
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue