This commit is contained in:
parent
03464d2756
commit
e068960f5d
1 changed files with 12 additions and 0 deletions
|
|
@ -28,6 +28,18 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services.phpfpm.pools.mypool = {
|
||||
user = "nobody";
|
||||
settings = {
|
||||
"pm" = "dynamic";
|
||||
"listen.owner" = config.services.nginx.user;
|
||||
"pm.max_children" = 75;
|
||||
"pm.start_servers" = 10;
|
||||
"pm.min_spare_servers" = 5;
|
||||
"pm.max_spare_servers" = 20;
|
||||
};
|
||||
};
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "security@${config.mailserver.fqdn}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue