From 3eda57c23fce8e7f6a9fe684ccf5f85a2d57f720 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Wed, 12 Aug 2026 10:50:04 -0600 Subject: [PATCH] docs: Add client_body_buffer_size to NGF --- content/ngf/traffic-management/client-settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/ngf/traffic-management/client-settings.md b/content/ngf/traffic-management/client-settings.md index b5413eb7db..3f34268a4e 100644 --- a/content/ngf/traffic-management/client-settings.md +++ b/content/ngf/traffic-management/client-settings.md @@ -17,6 +17,7 @@ The settings in `ClientSettingsPolicy` correspond to the following NGINX directi - [`client_max_body_size`](https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size) - [`client_body_timeout`](https://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_timeout) +- [`client_body_buffer_size`](https://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_buffer_size) - [`keepalive_requests`](https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests) - [`keepalive_time`](https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_time) - [`keepalive_timeout`](https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_timeout)