협업/git
GitLab 설치 후 502 GitLab is taking too much time to respond
피고녀
2020. 2. 21. 22:28
https://stackoverflow.com/questions/33254100/502-whoops-gitlab-is-taking-too-much-time-to-respond
1. gitlab-ctl stop
2. vi /etc/gitlab/gitlab.rb
3. unicorn['port]=8081 혹은 안쓰는 포트로 지정
4. external_url 'http://서버주소:8000' (혹은 안쓰는 포트) 로 지정
5. gitlab-ctl reconfigure
6. gitlab-ctl start
7. netstat으로 unicorn 포트와 http 포트가 열렸는지 확인
8. gitlab 접속