Change matrix well-known

This commit is contained in:
batteredbunny 2024-11-30 16:35:47 +02:00
parent 7303d7c8e0
commit c669eab39a

View file

@ -190,7 +190,7 @@ in
handle /.well-known/matrix/server {
header Content-Type application/json
header Access-Control-Allow-Origin *
respond `{"m.server": "matrix.catnip.ee:443"}`
respond `{"m.server": "https://matrix.catnip.ee"}`
}
handle /telegram/* {
@ -219,7 +219,7 @@ in
handle /.well-known/matrix/server {
header Content-Type application/json
header Access-Control-Allow-Origin *
respond `{"m.server": "matrix.catnip.ee:443"}`
respond `{"m.server": "https://matrix.catnip.ee"}`
}
'';
};