+1
nixos/modules/misc/documentation/modular-services.nix
+1
nixos/modules/misc/documentation/modular-services.nix
···"<imports = [ pkgs.ghostunnel.services.default ]>" = fakeSubmodule pkgs.ghostunnel.services.default;
+4
nixos/tests/php/default.nix
+4
nixos/tests/php/default.nix
+71
nixos/tests/php/fpm-modular.nix
+71
nixos/tests/php/fpm-modular.nix
···
+4
pkgs/development/interpreters/php/generic.nix
+4
pkgs/development/interpreters/php/generic.nix
+186
pkgs/development/interpreters/php/service.nix
+186
pkgs/development/interpreters/php/service.nix
···+The address on which to accept FastCGI requests. Valid syntaxes are: `ip.add.re.ss:port`, `port`, `/path/to/unix/socket`.+`ondemand` - the processes spawn on demand (when requested, as opposed to `dynamic`, where `pm.start_servers` are started when the service is started).+`dynamic` - the number of child processes is set dynamically based on the following directives: `pm.max_children`, `pm.start_servers`, pm.min_spare_servers, `pm.max_spare_servers`.+PHP FPM configuration. Refer to [upstream documentation](https://www.php.net/manual/en/install.fpm.configuration.php) for details on supported values.