bundlewrap/data/nginx/files/extras/htz-cloud.miniserver/sophies-kitchen.eu
Sophie Schiller 8bde57be4b
All checks were successful
bundlewrap/pipeline/head This commit looks good
bw/htz-cloud.miniserver install matrix and other components
2021-05-14 20:07:55 +02:00

11 lines
448 B
Plaintext

location /.well-known/matrix/client {
return 200 '{"m.homeserver": {"base_url": "https://matrix.sophies-kitchen.eu"},"m.identity_server": {"base_url": "https://matrix.org"}}';
default_type application/json;
add_header Access-Control-Allow-Origin *;
}
location /.well-known/matrix/server {
return 200 '{"m.server": "matrix.sophies-kitchen.eu:443"}';
default_type application/json;
add_header Access-Control-Allow-Origin *;
}