www.conf 294 B

1234567891011121314
  1. ; origin-src: deb/php-fpm/www.conf
  2. [www]
  3. listen = 127.0.0.1:9000
  4. listen.allowed_clients = 127.0.0.1
  5. ;"hestiamail" user created to prevent users from abusing this config
  6. user = hestiamail
  7. group = www-data
  8. pm = ondemand
  9. pm.max_children = 4
  10. pm.max_requests = 4000
  11. pm.process_idle_timeout = 10s