From d4e8803b13b3164d3439790a7cf96b8df2c91246 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Mon, 28 Oct 2024 09:47:27 -0700 Subject: [PATCH] release/2024-11-01 - Adjust client body buffer size Signed-off-by: Dave Richer --- .platform/nginx/conf.d/proxy.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.platform/nginx/conf.d/proxy.conf b/.platform/nginx/conf.d/proxy.conf index ae3fb47f6..2dc60b344 100644 --- a/.platform/nginx/conf.d/proxy.conf +++ b/.platform/nginx/conf.d/proxy.conf @@ -1 +1,2 @@ -client_max_body_size 50M; \ No newline at end of file +client_max_body_size 50M; +client_body_buffer_size 5M;