From 311eb698a0ab23bde734cbea6c18961dd9ca4903 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 21 Mar 2026 21:18:32 +0000 Subject: [PATCH] nginx: client_max_body_size is global --- contrib/nginx/copyparty.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/nginx/copyparty.conf b/contrib/nginx/copyparty.conf index 440e22c3..626807b2 100644 --- a/contrib/nginx/copyparty.conf +++ b/contrib/nginx/copyparty.conf @@ -75,9 +75,8 @@ server { # recommendation: replace cpp_tcp with cpp_uds below proxy_pass http://cpp_tcp; proxy_redirect off; - # disable buffering (next 4 lines) + # disable buffering (next 3 lines) proxy_http_version 1.1; - client_max_body_size 0; proxy_buffering off; proxy_request_buffering off; # improve download speed from 600 to 1500 MiB/s