mirror of
https://github.com/caddyserver/website.git
synced 2025-05-07 04:07:13 -04:00
Improve description of max_size parameter
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
parent
4626889d10
commit
b94d293180
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ request_body [<matcher>] {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- **<value>** is the maximum size in bytes allowed for the request body. It accepts all formats supported by [go-humanize](https://github.com/dustin/go-humanize/blob/master/bytes.go).
|
- **max_size** is the maximum size in bytes allowed for the request body. It accepts all formats supported by [go-humanize](https://github.com/dustin/go-humanize/blob/master/bytes.go).
|
||||||
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue