php-fpm: remove config comments to fix startup
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>
This commit is contained in:
parent
56d4c0b8ae
commit
cdcb7c25cd
@ -1,9 +1,6 @@
|
||||
[www]
|
||||
# Only start children when there are requests to be processed
|
||||
pm = ondemand
|
||||
# Terminate them again after there haven't been any for 2 minutes
|
||||
pm.process_idle_timeout = 120s
|
||||
# Maximum number of children processing PHP requests concurrently
|
||||
pm.max_children = 5
|
||||
|
||||
listen = /var/run/php-fpm.sock
|
||||
|
Loading…
Reference in New Issue
Block a user