fix: ACAO header

This commit is contained in:
Strix 2023-11-03 13:52:10 +01:00
parent f7b8781a29
commit a48c47fc7c
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -9,6 +9,7 @@ server {
# matrix
location /.well-known/matrix/server {
add_header Content-Type application/json;
add_header Access-Control-Allow-Origin *;
return 200 '{ "m.server": "matrix.ixvd.net:443" }';
}