Request 的体积超过了 Nginx 的限制
在 nginx.conf 中的 http{} 中添加(或修改)
client_max_body_size 10m;
设置 request 的最大体积为 10m (或根据需要设置)
参考文档 http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size
Request 的体积超过了 Nginx 的限制
在 nginx.conf 中的 http{} 中添加(或修改)
client_max_body_size 10m;
设置 request 的最大体积为 10m (或根据需要设置)
参考文档 http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size