From 0a6647bfe7ae12bc19dea4917f5959f6ddcae0fe Mon Sep 17 00:00:00 2001 From: "Jacob (Jake) Newfield" <104527109+jnewfield@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:08:12 -0700 Subject: [PATCH] Update max_message_size to reflect nap behavior change - https://docs.nginx.com/nginx-app-protect-waf/releases/release-notes-4.7/#resolved-issues (#5209) Update max_message_size configuration.md --- .../integrations/app-protect-waf/configuration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content/installation/integrations/app-protect-waf/configuration.md b/docs/content/installation/integrations/app-protect-waf/configuration.md index 600556feb9..243ef0ece4 100644 --- a/docs/content/installation/integrations/app-protect-waf/configuration.md +++ b/docs/content/installation/integrations/app-protect-waf/configuration.md @@ -128,7 +128,8 @@ For example, say you want to [log state changing requests](/nginx-app-protect-wa }, "content": { "format": "default", - "max_message_size": "5k" + "max_request_size": "any", + "max_message_size": "64k" } } ``` @@ -145,7 +146,8 @@ spec: request_type: all content: format: default - max_message_size: 5k + max_request_size: any + max_message_size: 64k ``` ## NGINX App Protect WAF User Defined Signatures