services.phpfpm.extraConfig

NixOS option

Extra configuration that should be put in the global section of the PHP-FPM configuration file. Do not specify the options error_log or daemonize here, since they are generated by NixOS.

type: null or strings concatenated with "\n"
Default
null
declared in: nixos/modules/services/web-servers/phpfpm/default.nixView source on NixOS/nixpkgs →