From b64f7cfb71d1ddfac9066e3378e83a0d3c4c353e Mon Sep 17 00:00:00 2001 From: Vidar Date: Tue, 20 Feb 2018 17:28:31 +0100 Subject: [PATCH] fixup! EZP-28844: Fix cluster support in docker and Platform.sh (#263) (#266) --- bin/vhost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vhost.sh b/bin/vhost.sh index 8eb9a4c4ea..36bb7ee6e0 100755 --- a/bin/vhost.sh +++ b/bin/vhost.sh @@ -124,7 +124,7 @@ function inject_environment_variables template_values[$i]="$option_value"; if [ "$current_env_variable" == "BODY_SIZE_LIMIT" ]; then let template_values[11]="$option_value"*1024 - template_values[14]="${option_value}m" + template_values[15]="${option_value}m" fi if [ "$current_env_variable" == "TIMEOUT" ]; then template_values[12]="$option_value"