well-known-uris-cooperative.../matrix/matrix.conf

11 lines
220 B
Plaintext

server {
listen 80 default_server;
server_name lumbung.space;
location /.well-known/matrix/ {
root /var/www/;
default_type application/json;
add_header Access-Control-Allow-Origin *;
}
}