services.freescout.poolConfig

NixOS option

Options for the freescout PHP pool. See the documentation on php-fpm.conf for details on configuration directives.

type: attribute set of (string or signed integer or boolean)
Default
{
  pm = "ondemand";
  "pm.max_children" = 32;
  "pm.max_requests" = 500;
  "pm.process_idle_timeout" = "120s";
}
declared in: nixos/modules/services/web-apps/freescout.nixView source on NixOS/nixpkgs →