nginx-configs/s/matrix

6 lines
134 B
Text
Raw Permalink Normal View History

2024-06-26 15:39:11 +03:00
location /.well-known/matrix/ {
alias /var/www/.well-known/matrix/;
include s/cors;
add_header Content-Type application/json;
}