1
0

synapse working

This commit is contained in:
= 2025-01-06 01:33:10 -05:00
parent d7fdf8a6dc
commit 6489d90b9f

View File

@ -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;