httpd: limit number of spawned processes
This commit is contained in:
parent
245d5bc498
commit
dd50175c58
|
@ -25,6 +25,8 @@ in
|
|||
services.httpd = {
|
||||
enable = true;
|
||||
enablePHP = true;
|
||||
maxClients = 10;
|
||||
mpm = "prefork";
|
||||
extraModules = [ "userdir" ];
|
||||
|
||||
virtualHosts.${domain} = {
|
||||
|
|
Loading…
Reference in a new issue