Forum archive
Gitlab Turnkey - 502 Bad Gateway
Hi Guys,
I deployed the ova template of the latest turnkey-gitlab and everything was working fine. If we leave it for some time (possibly overnight) then when accessing the site we receive 502 Bad Gateway. Running with 4Gb RAM and most issues i have seen relate to memory issues when runngin with 512MB or 1GB RAM so not sure this would be the issue.
Anyone experienced this with the latest version and could possibly shed some light?
Thanks,
Pete
Obviously the Nginx front end is running (otherwise you wouldn't be able to connect at all). Probably the first thing to check is whether GitLab itslef is running. something like:
Assuming one of those is not running the GitLab log (/home/git/gitlab/log) may give you some hints on what the issue is. If those services are running then I'd check the Nginx error log (/var/log/nginx/gitlab.error.log) for clues.