update phpfpm settings for NixOS 19.09
This commit is contained in:
parent
8a3987110d
commit
dacef180c5
|
@ -83,6 +83,7 @@ in
|
|||
};
|
||||
services.phpfpm.pools."${phppoolName}" = {
|
||||
listen = phpfpmHostPort;
|
||||
user = "${pfaUser}";
|
||||
extraConfig = ''
|
||||
user = ${pfaUser}
|
||||
pm = dynamic
|
||||
|
|
|
@ -108,6 +108,7 @@ in
|
|||
};
|
||||
services.phpfpm.pools."${poolName}" = {
|
||||
listen = config.variables.roundcubePhpfpmHostPort;
|
||||
user = "${config.variables.roundcubeUser}";
|
||||
extraConfig = ''
|
||||
user = ${config.variables.roundcubeUser}
|
||||
pm = dynamic
|
||||
|
|
Loading…
Reference in a new issue