well-known-uris/matrix/matrix.conf

11 lines
220 B
Plaintext
Raw Normal View History

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