2021-07-04 14:36:43 +00:00
|
|
|
|
2021-05-14 18:07:55 +00:00
|
|
|
add_header Content-Security-Policy "frame-ancestors 'self' chat.sophies-kitchen.eu";
|
|
|
|
|
2021-07-04 14:36:43 +00:00
|
|
|
location /.well-known/matrix/client {
|
|
|
|
return 200 '{"m.homeserver": {"base_url": "https://matrix.sophies-kitchen.eu"},"m.identity_server": {"base_url": "https://matrix.org"},"im.vector.riot.jitsi": {"preferredDomain": "meet.ffmuc.net"}}';
|
|
|
|
default_type application/json;
|
2021-05-14 18:07:55 +00:00
|
|
|
add_header Access-Control-Allow-Origin *;
|
|
|
|
}
|
2021-07-04 14:36:43 +00:00
|
|
|
|
|
|
|
location /.well-known/matrix/server {
|
|
|
|
return 200 '{"m.server": "matrix.sophies-kitchen.eu:443"}';
|
|
|
|
default_type application/json;
|
|
|
|
add_header Access-Control-Allow-Origin *;
|
|
|
|
}
|
|
|
|
|