diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index a7d2fa6e..dd0a7637 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -243,5 +243,7 @@ php_value[post_max_size] = UPLOADTOCHANGE php_value[max_file_uploads] = 50 php_value[mail.add_x_header] = Off -; this disable_function may be required to be removed (confirm why first) pcntl_exec +php_value[register_argc_argv] = true + +; Check if still required : this disable_function may be required to be removed (confirm why first) pcntl_exec