Skip to content

Commit

Permalink
Quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
HanXHX committed May 27, 2020
1 parent 759a85a commit 3209f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/__php__/fpm/pool.d/pool.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {{ item.pm.max_requests | default('0') }}
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:
Expand Down

0 comments on commit 3209f6b

Please sign in to comment.