forked from ruangrupa/well-known-uris
Bootstrap well known repo for matrix usage
This commit is contained in:
10
matrix/matrix.conf
Normal file
10
matrix/matrix.conf
Normal file
@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
server_name autonomic.zone;
|
||||
|
||||
location /.well-known/matrix/ {
|
||||
root /var/www/;
|
||||
default_type application/json;
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
}
|
||||
}
|
3
matrix/server
Normal file
3
matrix/server
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"m.server": "matrix.autonomic.zone:443"
|
||||
}
|
Reference in New Issue
Block a user