fix matrix delegation
This commit is contained in:
parent
5ce76ea8a5
commit
e7b7137711
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ cything.io {
|
||||||
import common
|
import common
|
||||||
reverse_proxy localhost:8084
|
reverse_proxy localhost:8084
|
||||||
|
|
||||||
|
header /.well-known/matrix/* Content-Type application/json
|
||||||
|
header /.well-known/matrix/* Access-Control-Allow-Origin *
|
||||||
respond /.well-known/matrix/server {"m.server":"chat.cything.io:443"}
|
respond /.well-known/matrix/server {"m.server":"chat.cything.io:443"}
|
||||||
respond /.well-known/matrix/client {"m.server":{"base_url":"https://chat.cything.io"},"m.homeserver":{"base_url":"https://chat.cything.io"},"org.matrix.msc3575.proxy":{"url":"https://chat.cything.io"}}
|
respond /.well-known/matrix/client {"m.server":{"base_url":"https://chat.cything.io"},"m.homeserver":{"base_url":"https://chat.cything.io"},"org.matrix.msc3575.proxy":{"url":"https://chat.cything.io"}}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue