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