1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

As per doc, add php_value[register_argc_argv] = true to php fpm process

This commit is contained in:
polytan02 2017-02-17 13:35:38 +00:00
parent cf783e468d
commit d4243db13a

View file

@ -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