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

11 lines
227 B
Plaintext
Raw Normal View History

server {
listen 80 default_server;
2023-04-13 16:30:27 +00:00
server_name cooperative.computer;
location /.well-known/matrix/ {
root /var/www/;
default_type application/json;
add_header Access-Control-Allow-Origin *;
}
}