Skip to content

Commit

Permalink
Update max_message_size to reflect nap behavior change - https://docs…
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewfield authored and pdabelf5 committed Aug 20, 2024
1 parent 2f5e591 commit a3cac2f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand All @@ -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
Expand Down

0 comments on commit a3cac2f

Please sign in to comment.