mirror of
https://github.com/YunoHost-Apps/jump_ynh.git
synced 2024-09-03 20:36:28 +02:00
15 lines
354 B
Text
15 lines
354 B
Text
; Additional php.ini defines, specific to this pool of workers.
|
|
|
|
php_admin_value[upload_max_filesize] = 128M
|
|
php_admin_value[post_max_size] = 128M
|
|
listen.mode = 0660
|
|
|
|
;pm = ondemand
|
|
;pm.max_children = 100
|
|
;pm.process_idle_timeout = 10s
|
|
;pm.max_requests = 1000
|
|
|
|
clear_env = no
|
|
catch_workers_output = yes
|
|
decorate_workers_output = no
|
|
ping.path = /fpm-ping
|