From 004a78296b379e267afb2875c62484aa6731cd81 Mon Sep 17 00:00:00 2001 From: chk <79915315+ChKendel@users.noreply.github.com> Date: Sun, 7 Jun 2026 08:09:04 +0200 Subject: [PATCH] Stand der forwarding.conf --- connect-proxies.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/connect-proxies.sh b/connect-proxies.sh index e85b5c2..1e58019 100755 --- a/connect-proxies.sh +++ b/connect-proxies.sh @@ -249,6 +249,8 @@ NGINX esac cat >> "$HTTPS_OUT" <<'NGINX' + proxy_buffering off; + proxy_request_buffering off; client_max_body_size 50m; proxy_connect_timeout 60s; proxy_send_timeout 60s;