mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 11:47:12 -04:00
Add note about code returned in request body exceeds max_size.
This commit is contained in:
parent
44c7994cb1
commit
4531217ea8
1 changed files with 2 additions and 0 deletions
|
@ -27,3 +27,5 @@ request_body {
|
||||||
max_size 10MB
|
max_size 10MB
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If the request body size exceeds the limit, it returns 502 Bad Gateway.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue