phpfpm: pm=dynamic
This commit is contained in:
parent
9c43904eb2
commit
b7a96472eb
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ in {
|
||||||
post_max_size = ${builtins.toString cfg.post_max_size}M
|
post_max_size = ${builtins.toString cfg.post_max_size}M
|
||||||
'';
|
'';
|
||||||
settings = {
|
settings = {
|
||||||
|
"pm" = "dynamic";
|
||||||
"listen.owner" = config.services.nginx.user;
|
"listen.owner" = config.services.nginx.user;
|
||||||
"listen.group" = config.services.nginx.group;
|
"listen.group" = config.services.nginx.group;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue