Skip to content

Commit

Permalink
Update max_message_size to reflect nap behavior change (#6264)
Browse files Browse the repository at this point in the history
Update max_message_size to reflect nap behavior change
Co-authored-by: Jacob (Jake) Newfield <[email protected]>
  • Loading branch information
pdabelf5 authored Aug 20, 2024
1 parent 2f5e591 commit fb28000
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 fb28000

Please sign in to comment.