3 Commits
2.5.0 ... 2.5.1

Author SHA1 Message Date
Emilien Mantel
3209f6b010 Quickfix 2020-05-27 13:06:19 +02:00
Emilien Mantel
759a85a325 Fix FPM ini file 2020-05-27 12:59:25 +02:00
Emilien Mantel
704ebb3937 Manage pm.max_requests on PHP pool 2020-05-27 10:15:42 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
- name: LINEINFILE | PHP configuration
lineinfile:
dest: '{{ php_cli_ini }}'
dest: '{{ php_fpm_ini }}'
regexp: '^;?{{ item.key }}'
line: '{{ item.key }} = {{ item.value }}'
create: yes

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: