Move well-known to not be hidden. Nginx will handle rewriting the path.
This commit is contained in:
@@ -43,6 +43,10 @@ http {
|
||||
return 200 '{"status":"OK"}';
|
||||
}
|
||||
|
||||
location /.well-known/ {
|
||||
alias /srv/http/public/well-known/;
|
||||
}
|
||||
|
||||
location /.well-known/matrix/server {
|
||||
default_type application/json;
|
||||
add_header "Access-Control-Allow-Origin" *;
|
||||
|
||||
Reference in New Issue
Block a user