diff --git a/docs/content/installation/integrations/app-protect-waf/configuration.md b/docs/content/installation/integrations/app-protect-waf/configuration.md index 6f601fe28f..21365c5af6 100644 --- a/docs/content/installation/integrations/app-protect-waf/configuration.md +++ b/docs/content/installation/integrations/app-protect-waf/configuration.md @@ -124,7 +124,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" } } ``` @@ -141,7 +142,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