Fix phpfpm on roundcube for NixOS 19.09
This commit is contained in:
parent
dacef180c5
commit
baa1c1f5fe
3 changed files with 12 additions and 4 deletions
|
|
@ -84,8 +84,8 @@ in
|
|||
services.phpfpm.pools."${phppoolName}" = {
|
||||
listen = phpfpmHostPort;
|
||||
user = "${pfaUser}";
|
||||
group = "${pfaGroup}";
|
||||
extraConfig = ''
|
||||
user = ${pfaUser}
|
||||
pm = dynamic
|
||||
pm.max_children = 75
|
||||
pm.min_spare_servers = 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue