cdcb7c25cd
The comments in the Buildroot-provided php-fpm.conf would produce the following error when starting php-fpm: ERROR: [/etc/php-fpm.conf:2] value is NULL for a ZEND_INI_PARSER_ENTRY Removing the comments fixes the problem. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
185 B
Plaintext
12 lines
185 B
Plaintext
[www]
|
|
pm = ondemand
|
|
pm.process_idle_timeout = 120s
|
|
pm.max_children = 5
|
|
|
|
listen = /var/run/php-fpm.sock
|
|
listen.owner = www-data
|
|
listen.group = www-data
|
|
user = www-data
|
|
group = www-data
|
|
|