Revert matrix well known changes

This commit is contained in:
batteredbunny 2024-12-03 20:59:20 +02:00
parent 5857c2979b
commit 34382c5589

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": "https://matrix.catnip.ee"}`
respond `{"m.server": "matrix.catnip.ee:443"}`
}
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": "https://matrix.catnip.ee"}`
respond `{"m.server": "matrix.catnip.ee:443"}`
}
'';
};