update dendrite config
This commit is contained in:
parent
da9ada572d
commit
087396efe5
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ global:
|
|||
max_size_estimated: 1gb
|
||||
max_age: 1h
|
||||
|
||||
well_known_server_name: "matrix.adtya.xyz:443"
|
||||
well_known_server_name: "https://matrix.adtya.xyz:443"
|
||||
well_known_client_name: "https://matrix.adtya.xyz:443"
|
||||
|
||||
trusted_third_party_id_servers:
|
||||
|
|
|
@ -13,7 +13,7 @@ in
|
|||
handle /.well-known/matrix/server {
|
||||
header Content-Type application/json
|
||||
header Access-Control-Allow-Origin *
|
||||
respond `{"m.server": "matrix.adtya.xyz:443"}`
|
||||
respond `{"m.server": "https://matrix.adtya.xyz:443"}`
|
||||
}
|
||||
|
||||
handle /.well-known/matrix/client {
|
||||
|
|
Loading…
Reference in a new issue