Updated php-fpm.conf with proper values
parent
01c171f7ed
commit
ca6b6f95b2
rootfs/etc/php7
|
@ -3,9 +3,11 @@ daemonize = no
|
|||
error_log = /tmp/php_error.log
|
||||
|
||||
[www]
|
||||
user=nobody
|
||||
group=nobody
|
||||
user=nginx
|
||||
group=www-data
|
||||
listen = /tmp/php-fpm.sock
|
||||
listen.owner = nginx
|
||||
listen.group = www-data
|
||||
pm = ondemand
|
||||
pm.max_children = 30
|
||||
pm.process_idle_timeout = 10s
|
||||
|
|
Loading…
Reference in New Issue