MyNixOS website logo
option

services.phpfpm.pools.<name>.phpEnv

Environment variables used for this PHP-FPM pool.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  HOSTNAME = "$HOSTNAME";
  TMP = "/tmp";
  TMPDIR = "/tmp";
  TEMP = "/tmp";
}