6 lines
134 B
Text
6 lines
134 B
Text
|
location /.well-known/matrix/ {
|
||
|
alias /var/www/.well-known/matrix/;
|
||
|
include s/cors;
|
||
|
add_header Content-Type application/json;
|
||
|
}
|