Match body buffer to max upload size
This commit is contained in:
parent
96f5ae6668
commit
35b8023dc8
1 changed files with 1 additions and 0 deletions
|
@ -661,6 +661,7 @@ http {
|
|||
|
||||
# this should be equals to configuration_data dict
|
||||
client_max_body_size 10m;
|
||||
client_body_buffer_size 10m;
|
||||
proxy_buffering off;
|
||||
|
||||
content_by_lua_block {
|
||||
|
|
Loading…
Reference in a new issue