Add config/php-fpm.conf
This commit is contained in:
12
config/php-fpm.conf
Normal file
12
config/php-fpm.conf
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[global]
|
||||||
|
daemonize = no
|
||||||
|
|
||||||
|
[www]
|
||||||
|
user = rocky
|
||||||
|
group = rocky
|
||||||
|
listen = 127.0.0.1:9000
|
||||||
|
pm = dynamic
|
||||||
|
pm.max_children = 5
|
||||||
|
pm.start_servers = 2
|
||||||
|
pm.min_spare_servers = 1
|
||||||
|
pm.max_spare_servers = 3
|
||||||
Reference in New Issue
Block a user