synapse working
This commit is contained in:
parent
d7fdf8a6dc
commit
6489d90b9f
@ -38,6 +38,20 @@ server {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 8080;
|
||||
server_name matrix.balsillie.net;
|
||||
|
||||
location /.well-known/matrix/ {
|
||||
default_type application/json;
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
|
||||
location / {
|
||||
return 404;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 8080;
|
||||
server_name mta-sts.balsillie.net;
|
||||
|
Loading…
x
Reference in New Issue
Block a user