fix: ACAO header
This commit is contained in:
parent
f7b8781a29
commit
a48c47fc7c
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ server {
|
||||||
# matrix
|
# matrix
|
||||||
location /.well-known/matrix/server {
|
location /.well-known/matrix/server {
|
||||||
add_header Content-Type application/json;
|
add_header Content-Type application/json;
|
||||||
|
add_header Access-Control-Allow-Origin *;
|
||||||
return 200 '{ "m.server": "matrix.ixvd.net:443" }';
|
return 200 '{ "m.server": "matrix.ixvd.net:443" }';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue