Skip to content

Commit a8809be

Browse files
authored
Extend zz-docker with process manager config (#1519)
1 parent ce48a4d commit a8809be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker/php/php-fpm.d/zz-docker.conf

+8
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@ process_control_timeout = 20
44

55
[www]
66
listen = 9000
7+
8+
; process manager
9+
pm = dynamic
10+
pm.max_children = 100
11+
pm.start_servers = 12
12+
pm.min_spare_servers = 5
13+
pm.max_spare_servers = 15
14+
715
ping.path = /ping
816
ping.response = OK

0 commit comments

Comments
 (0)