add Matrix client homeserver delegation
This commit is contained in:
@@ -241,6 +241,11 @@ http {
|
||||
add_header Cache-Control "public, max-age=31536000, immutable";
|
||||
}
|
||||
|
||||
location = /.well-known/matrix/client {
|
||||
add_header Access-Control-Allow-Origin "*";
|
||||
default_type application/json;
|
||||
}
|
||||
|
||||
location = /.well-known/matrix/server {
|
||||
default_type application/json;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user