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