php-fpm request_terminate_timeout = 30s

This commit is contained in:
dpeca 2019-09-06 00:12:10 +02:00 committed by GitHub
commit 0f9e47a7b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ group = $1
pm = ondemand pm = ondemand
pm.max_children = 16 pm.max_children = 16
request_terminate_timeout = 30s
pm.max_requests = 4000 pm.max_requests = 4000
pm.process_idle_timeout = 10s pm.process_idle_timeout = 10s
pm.status_path = /status pm.status_path = /status