1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Update server_name.conf

This commit is contained in:
Thatoo 2023-10-22 19:04:15 +02:00 committed by GitHub
parent 67e4326858
commit a47fe2859b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ location /.well-known/matrix/client {
return 200 '{
"m.homeserver": { "base_url": "https://__DOMAIN__" },
"im.vector.riot.jitsi": {"preferredDomain": "__JITSI_SERVER__"},
"im.vector.riot.e2ee": {"default": false }
"im.vector.riot.e2ee": {"default": true }
}';
add_header Content-Type application/json;
add_header Access-Control-Allow-Origin '*';