Jaap Marcus 1 год назад
Родитель
Сommit
b49c21e191
2 измененных файлов с 4 добавлено и 1 удалено
  1. 4 0
      install/deb/php-fpm/dummy.conf
  2. 0 1
      install/deb/php-fpm/www.conf

+ 4 - 0
install/deb/php-fpm/dummy.conf

@@ -16,3 +16,7 @@ listen.mode = 0660
 user = hestiamail
 group = hestiamail
 
+pm = ondemand
+pm.max_children = 4
+pm.max_requests = 4000
+pm.process_idle_timeout = 10s

+ 0 - 1
install/deb/php-fpm/www.conf

@@ -6,7 +6,6 @@ listen.owner = hestiamail
 listen.group = www-data
 listen.mode = 0660
 
-;"hestiamail" user created to prevent users from abusing this config
 user = hestiamail
 group = hestiamail