aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/patches/300-max-processes.patch
Commit message (Collapse)AuthorAge
* nginx: do not reduce max processesPeter Stadler2020-05-14
| | | | | | | | | Use the upstream value for NGX_MAX_PROCESSES (=1024) again. So it is safe to use `worker_processes auto;` (which sets it to the number of CPUs). Also use this directive in the conf instead of calculating the number in the init and passing it as argument. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* nginx: upstep to 1.10.0, add Lua module, footprint optimizationsDirk Feytons2016-04-29
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>