From ba4f85bb2fba0579803f5653c089d1a6417574a4 Mon Sep 17 00:00:00 2001 From: GLYASAI Date: Tue, 24 Nov 2020 10:13:37 +0800 Subject: [PATCH] bodySize default to 0 --- gateway/controller/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/controller/config/config.go b/gateway/controller/config/config.go index f75fe6b80..89329436e 100644 --- a/gateway/controller/config/config.go +++ b/gateway/controller/config/config.go @@ -25,7 +25,7 @@ import ( const ( // http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size // Sets the maximum allowed size of the client request body - bodySize = 1 + bodySize = 0 // http://nginx.org/en/docs/ngx_core_module.html#error_log // Configures logging level [debug | info | notice | warn | error | crit | alert | emerg]