Skip to content

Commit a6c594c

Browse files
committed
add php-fpm production performance config
1 parent 27f8773 commit a6c594c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[www]
2+
pm = dynamic
3+
pm.max_children = 75
4+
pm.start_servers = 20
5+
pm.min_spare_servers = 20
6+
pm.max_spare_servers = 40
7+
pm.max_requests = 1000

0 commit comments

Comments
 (0)