mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Remove comments in JSON well-known
This commit is contained in:
parent
202c889e1d
commit
4847dae4dd
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@ location /.well-known/matrix/server {
|
|||
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": ##E2E_ENABLED_BY_DEFAULT__ }
|
||||
}';
|
||||
add_header Content-Type application/json;
|
||||
add_header Access-Control-Allow-Origin '*';
|
||||
|
|
Loading…
Add table
Reference in a new issue