synapse working
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user