Match body buffer to max upload size

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-11-20 15:06:03 -03:00
parent 96f5ae6668
commit 35b8023dc8

View file

@ -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 {