Change matrix well-known
This commit is contained in:
parent
7303d7c8e0
commit
c669eab39a
1 changed files with 2 additions and 2 deletions
|
@ -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"}`
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue