services.phpfpm.settings

PHP-FPM global directives. Refer to the "List of global php-fpm.conf directives" section of https://www.php.net/manual/en/install.fpm.configuration.php for details. Note that settings names must be enclosed in quotes (e.g. "pm.max_children" instead of pm.max_children). You need not specify the options error_log or daemonize here, since they are generated by NixOS.

Type
attribute set of (string or signed integer or boolean)
Default
{ }
Declared
<nixpkgs/nixos/modules/services/web-servers/phpfpm/default.nix>