Enabling error log for nginx on GitLab CE omnibus installation

Hi,
is there any way how to enable debugging log for embedded nginx of GitLab CE omnibus installation, please?

Thanks.

Richard

Not a direct answer but omnibus is configured via chef-solo, probably somewhere here are the templates https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/files/gitlab-cookbooks/gitlab/templates/default, maybe there is an option otherwise you may add custom configuration snippets as HEREDOC directly in gitlab.rb.

1 Like