From 96210234923dff2cd69f24e4fef9b71fe1bc78b5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 1 Aug 2021 18:15:39 -0400 Subject: matrix tweak to be finished --- matrix.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix.html b/matrix.html index 47898f8..27f4993 100644 --- a/matrix.html +++ b/matrix.html @@ -50,7 +50,7 @@ apt install matrix-synapse-py3 proxy_set_header X-Forwarded-For $remote_addr; client_max_body_size 50M ; } - location /.well-known/matrix/client { + location /.well-known/matrix/server { return 200 '{"m.homeserver": {"base_url": "https://matrix.example.org"}}'; default_type application/json; add_header Access-Control-Allow-Origin *; -- cgit v1.2.3