add Matrix client homeserver delegation
This commit is contained in:
parent
8e31124e3c
commit
1b244d9543
@ -241,6 +241,11 @@ http {
|
||||
add_header Cache-Control "public, max-age=31536000, immutable";
|
||||
}
|
||||
|
||||
location = /.well-known/matrix/client {
|
||||
add_header Access-Control-Allow-Origin "*";
|
||||
default_type application/json;
|
||||
}
|
||||
|
||||
location = /.well-known/matrix/server {
|
||||
default_type application/json;
|
||||
}
|
||||
|
1
static/.well-known/matrix/client
Normal file
1
static/.well-known/matrix/client
Normal file
@ -0,0 +1 @@
|
||||
{"m.homeserver":{"base_url":"https://matrix.grapheneos.org"}}
|
Loading…
x
Reference in New Issue
Block a user