well-known-uris-cooperative.../matrix/matrix.conf
3wc 01ba244bcf
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
Update for cooperative.computer
2023-04-13 12:30:27 -04:00

11 lines
227 B
Plaintext

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