services.bookstack.poolConfig
Options for the Bookstack 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" = "dynamic"; "pm.max_children" = 32; "pm.start_servers" = 2; "pm.min_spare_servers" = 2; "pm.max_spare_servers" = 4; "pm.max_requests" = 500; } ''- Declared
- <nixpkgs/nixos/modules/services/web-apps/bookstack.nix>