Skip to content

Commit

Permalink
Merge branch 'studio_2.0' into studio_master
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Feb 20, 2018
2 parents bd19ffb + 5c211c8 commit 6f1d275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vhost.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 6f1d275

Please sign in to comment.