Set nginx to use automatic number of workers
See https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6895
This commit is contained in:
parent
cf763d07f2
commit
c502ee57f7
1 changed files with 3 additions and 0 deletions
|
@ -51,3 +51,6 @@ registry['storage'] = {
|
||||||
'regionendpoint' => 'https://s3.eu-central-003.backblazeb2.com'
|
'regionendpoint' => 'https://s3.eu-central-003.backblazeb2.com'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6895
|
||||||
|
nginx['worker_processes'] = "auto"
|
||||||
|
|
Loading…
Reference in a new issue