Manage pm.max_requests on PHP pool

pull/17/head
Emilien Mantel 2020-05-27 10:15:42 +02:00
parent 4feb3be7d5
commit 704ebb3937
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ pm.process_idle_timeout = {{ item.pm_process_idle_timeout | default('10s') }};
; This can be useful to work around memory leaks in 3rd party libraries. For
; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS.
; Default Value: 0
;pm.max_requests = 500
pm.max_requests = {{ item.pm.max_requests | default('0') }}
; The URI to view the FPM status page. If this value is not set, no URI will be
; recognized as a status page. It shows the following informations: