Skip to content

Support Adding ENV variables to be used by unicorn and sidekiq

Add option in /etc/gitlab/gitlab.rb:

gitlab_rails['env'] = {"http_proxy" => "my_proxy", "https_proxy" => "my_proxy"}

to make those options available for use by the sidekiq and unicorn services.

See issue https://gitlab.com/gitlab-org/omnibus-gitlab/issues/124

Merge request reports