add jwt to .well-known
This commit is contained in:
parent
be737f2503
commit
53ae5d1d25
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@
|
||||||
locations."= /.well-known/matrix/client".extraConfig = ''
|
locations."= /.well-known/matrix/client".extraConfig = ''
|
||||||
default_type application/json;
|
default_type application/json;
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
return 200 '{"m.homeserver":{"base_url":"https://matrix.ellie.town"}}';'';
|
return 200 '{"m.homeserver":{"base_url":"https://matrix.ellie.town"},"org.matrix.msc4143.rtc_foci":[{"type":"livekit","livekit_service_url":"https://lk-jwt.ellie.town"}]}';'';
|
||||||
|
|
||||||
locations."= /.well-known/element/call.json".extraConfig = ''
|
locations."= /.well-known/element/call.json".extraConfig = ''
|
||||||
default_type application/json;
|
default_type application/json;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue