Add well-known blocks for the matrix server.
This commit is contained in:
		
							parent
							
								
									85f3b31480
								
							
						
					
					
						commit
						3c96e0fa12
					
				| @ -37,6 +37,16 @@ http { | ||||
|             add_header 'Content-Type' 'application/json'; | ||||
|             return 200 '{"status":"OK"}'; | ||||
|         } | ||||
| 
 | ||||
|         location /.well-known/matrix/server { | ||||
|           default_type application/json; | ||||
|           return 200 '{"m.server": "matrix.fizz.buzz:8448"}'; | ||||
|         } | ||||
| 
 | ||||
|         location /.well-known/matrix/client { | ||||
|           default_type application/json; | ||||
|           return 200 '{"m.homeserver":{"base_url": "https://matrix.fizz.buzz"}}'; | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tom Alexander
						Tom Alexander