Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | nginx: do not reduce max processes | Peter Stadler | 2020-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 optimizations | Dirk Feytons | 2016-04-29 |
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com> |