File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -492,15 +492,18 @@ pm.max_spare_servers = 3
492492;php_admin_flag[log_errors] = on
493493;php_admin_value[memory_limit] = 32M
494494
495+ ; UPDATED SETTINGS !!!
496+
495497php_admin_value[error_log] = /var/log/fpm-php.www.log
496498php_admin_flag[log_errors] = on
497499
498- ; php_admin_value[disable_functions] = exec,passthru,shell_exec,system
499- ; php_admin_flag[allow_url_fopen] = off
500+ php_admin_value[disable_functions] = exec,passthru,shell_exec,system
501+ php_admin_flag[allow_url_fopen] = off
500502
501- ;pm = dynamic
502- ;pm.max_children = 75
503- ;pm.start_servers = 10
504- ;pm.min_spare_servers = 5
505- ;pm.max_spare_servers = 20
506- ;pm.process_idle_timeout = 10s
503+ pm = dynamic
504+ pm.max_children = 50
505+ pm.start_servers = 5
506+ pm.min_spare_servers = 5
507+ pm.max_spare_servers = 10
508+ pm.process_idle_timeout = 10s
509+ pm.max_requests = 5000
You can’t perform that action at this time.
0 commit comments