
9 Feb
2017
9 Feb
'17
11:08 a.m.
The correct default value is 4 MB, not 4 GB. Signed-off-by: Lucio Correia <luciojhc@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