Set nginx to use automatic number of workers

See https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6895
This commit is contained in:
Jake Howard 2022-06-27 17:52:06 +01:00
parent cf763d07f2
commit c502ee57f7
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -51,3 +51,6 @@ registry['storage'] = {
'regionendpoint' => 'https://s3.eu-central-003.backblazeb2.com'
}
}
# https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6895
nginx['worker_processes'] = "auto"