Add note about code returned in request body exceeds max_size.

This commit is contained in:
pic 2020-11-24 23:23:33 +01:00
parent 44c7994cb1
commit 4531217ea8

View file

@ -27,3 +27,5 @@ request_body {
max_size 10MB
}
```
If the request body size exceeds the limit, it returns 502 Bad Gateway.