From b94d293180f500cd757d08fb7ecde7d76802e495 Mon Sep 17 00:00:00 2001 From: Nicola Piccinini Date: Thu, 19 Nov 2020 10:39:48 +0100 Subject: [PATCH] Improve description of max_size parameter Co-authored-by: Matt Holt --- src/docs/markdown/caddyfile/directives/request_body.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/request_body.md b/src/docs/markdown/caddyfile/directives/request_body.md index 16f6925..8abe4d9 100644 --- a/src/docs/markdown/caddyfile/directives/request_body.md +++ b/src/docs/markdown/caddyfile/directives/request_body.md @@ -15,7 +15,7 @@ request_body [] { } ``` -- **<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