From ef072348d6538d0ac7dd234a5ec31f9aea152d32 Mon Sep 17 00:00:00 2001 From: Viyurz <128215328+Viyurz@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:49:12 +0100 Subject: [PATCH] nginx-rp: proxy to synapse on any path --- nginx-rp/reverse-proxy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-rp/reverse-proxy.conf b/nginx-rp/reverse-proxy.conf index 813a7e6..5a6655f 100644 --- a/nginx-rp/reverse-proxy.conf +++ b/nginx-rp/reverse-proxy.conf @@ -100,7 +100,7 @@ server { server_name matrix.viyurz.fr; - location ~ ^(/_matrix|/_synapse/client) { + location / { proxy_pass http://localhost:8008; # Nginx by default only allows file uploads up to 1M in size