-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
Description
Is your feature request related to a problem? Please describe.
For a home network/low traffic deployment the current setting of worker_processes auto;
is overkill since it spawns an nginx process for every core.
Describe the solution you'd like
Provide a mechanism to override the current hard-coded "auto" setting.
Describe alternatives you've considered
I tried overriding the parameter via /data/nginx/custom/root.conf
which resulted in an Nginx error:
nginx: [emerg] "worker_processes" directive is duplicate in /data/nginx/custom/root.conf:1
.
k4my4b, fevernova90, CreeperFace00, cfu288 and stevolucidity