update dendrite config

This commit is contained in:
Adithya 2024-01-04 21:51:25 +05:30
parent da9ada572d
commit 087396efe5
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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 {