mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
caddy: set file descriptor limit to 8192, fixes #22454
the value is recommended for production use a warning is produced when not set
This commit is contained in:
parent
5e8499f447
commit
d4766e789b
@ -61,6 +61,7 @@ in
|
|||||||
User = "caddy";
|
User = "caddy";
|
||||||
Group = "caddy";
|
Group = "caddy";
|
||||||
AmbientCapabilities = "cap_net_bind_service";
|
AmbientCapabilities = "cap_net_bind_service";
|
||||||
|
LimitNOFILE = 8192;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user