We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e96135 commit b49c21eCopy full SHA for b49c21e
install/deb/php-fpm/dummy.conf
@@ -16,3 +16,7 @@ listen.mode = 0660
16
user = hestiamail
17
group = hestiamail
18
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
@@ -6,7 +6,6 @@ listen.owner = hestiamail
6
listen.group = www-data
7
listen.mode = 0660
8
9
-;"hestiamail" user created to prevent users from abusing this config
10
11
12
0 commit comments