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;