ai retarded
This commit is contained in:
parent
58fe310d58
commit
7d4df39457
@ -1,7 +1,12 @@
|
|||||||
# Increase max execution time
|
pid = /var/run/php-fpm.pid
|
||||||
max_execution_time = 300
|
error_log = /dev/stderr
|
||||||
|
emergency_restart_threshold = 10
|
||||||
|
emergency_restart_interval = 1m
|
||||||
|
process_control_timeout = 10s
|
||||||
|
|
||||||
# Increase process manager settings
|
; In www.conf or your pool configuration file
|
||||||
|
[www]
|
||||||
|
; Process manager settings
|
||||||
pm = dynamic
|
pm = dynamic
|
||||||
pm.max_children = 50
|
pm.max_children = 50
|
||||||
pm.start_servers = 5
|
pm.start_servers = 5
|
||||||
@ -9,8 +14,8 @@ pm.min_spare_servers = 5
|
|||||||
pm.max_spare_servers = 35
|
pm.max_spare_servers = 35
|
||||||
pm.max_requests = 500
|
pm.max_requests = 500
|
||||||
|
|
||||||
# Increase request timeout
|
; Timeout settings
|
||||||
request_terminate_timeout = 300s
|
request_terminate_timeout = 300
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
include=etc/php-fpm.d/*.conf
|
include=etc/php-fpm.d/*.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user