bundlewrap/data/nginx/files/extras/htz.ex42-1048908/dimension.franzi.business

14 lines
656 B
Plaintext
Raw Normal View History

add_header Content-Security-Policy "frame-ancestors 'self' chat.franzi.business chat.sophies-kitchen.eu";
2020-07-19 09:26:12 +00:00
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;
2020-07-19 09:26:12 +00:00
add_header Access-Control-Allow-Origin *;
}