[Kimchi-devel] [PATCH] [Wok 1/2] Fix value of max_body_size example in config

Lucio Correia luciojhc at linux.vnet.ibm.com
Thu Feb 9 17:08:10 UTC 2017


The correct default value is 4 MB, not 4 GB.

Signed-off-by: Lucio Correia <luciojhc at linux.vnet.ibm.com>
---
 src/wok.conf.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/wok.conf.in b/src/wok.conf.in
index 3806609..0e9b993 100644
--- a/src/wok.conf.in
+++ b/src/wok.conf.in
@@ -19,8 +19,8 @@
 # Running environment of the server
 #environment = production
 
-# Max request body size in KB, default value is 4GB
-#max_body_size = 4 * 1024 * 1024
+# Max request body size in KB, default value is 4MB
+#max_body_size = 4 * 1024
 
 # Wok server root. Set the following variable to configure any relative path to
 # the server. For example, to have Wok pointing to https://localhost:8001/wok/
-- 
2.7.4



More information about the Kimchi-devel mailing list