Fix phpfpm on roundcube for NixOS 19.09

This commit is contained in:
Daniel Frank 2019-10-11 22:36:07 +02:00
commit baa1c1f5fe
Signed by: tokudan
GPG key ID: 063CCCAD04182D32
3 changed files with 12 additions and 4 deletions

View file

@ -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