From f7b8781a29d8e598f1066e34022fb57ef0a6a6b5 Mon Sep 17 00:00:00 2001 From: Raine Date: Fri, 3 Nov 2023 13:19:12 +0100 Subject: [PATCH] fix: make it be another endpoint --- servers/kid/docker-compose.d/custom/nginx/conf.d/matrix.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servers/kid/docker-compose.d/custom/nginx/conf.d/matrix.conf b/servers/kid/docker-compose.d/custom/nginx/conf.d/matrix.conf index 3f5797a..d36b45c 100644 --- a/servers/kid/docker-compose.d/custom/nginx/conf.d/matrix.conf +++ b/servers/kid/docker-compose.d/custom/nginx/conf.d/matrix.conf @@ -31,6 +31,7 @@ server { server_name matrix.neo.ixvd.net; location / { - return 302 https://matrix.ixvd.net$request_uri; + proxy_pass http://conduit:6167; + client_max_body_size 0; } } \ No newline at end of file