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:
parent
cf783e468d
commit
d4243db13a
1 changed files with 3 additions and 1 deletions
|
@ -243,5 +243,7 @@ php_value[post_max_size] = UPLOADTOCHANGE
|
||||||
php_value[max_file_uploads] = 50
|
php_value[max_file_uploads] = 50
|
||||||
php_value[mail.add_x_header] = Off
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue