bundlewrap/data/nginx/files/extras/htz.ex42-1048908/chat.franzi.business
Franzi 0fda52337c
All checks were successful
bundlewrap/pipeline/head This commit looks good
nodes/htz-ex42-1048908: update matrix wellknown urls
2021-05-21 20:33:14 +02:00

12 lines
545 B
Plaintext

location /.well-known/matrix/client {
return 200 '{"m.homeserver": {"base_url": "https://matrix.franzi.business"},"m.identity_server": {"base_url": "https://matrix.org"},"im.vector.riot.jitsi": {"preferredDomain": "meet.ffmuc.net"}}';
default_type application/json;
add_header Access-Control-Allow-Origin *;
}
location /.well-known/matrix/server {
return 200 '{"m.server": "matrix.franzi.business:443"}';
default_type application/json;
add_header Access-Control-Allow-Origin *;
}