From a026c8748fa2fe95bbec10432d724f5ed174f007 Mon Sep 17 00:00:00 2001 From: Jan Madera Date: Sat, 5 Mar 2022 07:32:39 +0100 Subject: [PATCH] Update nginx.conf for large file uploads (#14481) --- docs/orchestration/docker-compose/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/orchestration/docker-compose/nginx.conf b/docs/orchestration/docker-compose/nginx.conf index abc57e3f2..cca82f6fe 100644 --- a/docs/orchestration/docker-compose/nginx.conf +++ b/docs/orchestration/docker-compose/nginx.conf @@ -49,6 +49,7 @@ http { client_max_body_size 0; # To disable buffering proxy_buffering off; + proxy_request_buffering off; location / { proxy_set_header Host $http_host; @@ -78,6 +79,7 @@ http { client_max_body_size 0; # To disable buffering proxy_buffering off; + proxy_request_buffering off; location / { proxy_set_header Host $http_host;