TAG NAME request_body_max_size

Description Specifies the maximum size for an HTTP request body
Build Option
Default
Usage
request_body_max_size size(KB)
Default
request_body_max_size 0 KB
Synopsis

This is the maximum size of a PUT/POST request. A user who attempts to send a request with a body larger than this limit receives an “Invalid Request” error message. If you set this parameter to a zero (the default), there will be no limit imposed.

Arguments

size
Maximum size of request body

Example(s)
request_body_max_size 10 KB