Skip to content

Commit b49c21e

Browse files
authored
Include missing info (hestiacp#4766)
1 parent 3e96135 commit b49c21e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

install/deb/php-fpm/dummy.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ listen.mode = 0660
1616
user = hestiamail
1717
group = hestiamail
1818

19+
pm = ondemand
20+
pm.max_children = 4
21+
pm.max_requests = 4000
22+
pm.process_idle_timeout = 10s

install/deb/php-fpm/www.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ listen.owner = hestiamail
66
listen.group = www-data
77
listen.mode = 0660
88

9-
;"hestiamail" user created to prevent users from abusing this config
109
user = hestiamail
1110
group = hestiamail
1211

0 commit comments

Comments
 (0)