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:
davidak 2017-02-11 01:44:29 +01:00
parent 5e8499f447
commit d4766e789b

View File

@ -61,6 +61,7 @@ in
User = "caddy";
Group = "caddy";
AmbientCapabilities = "cap_net_bind_service";
LimitNOFILE = 8192;
};
};