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 접속
'협업 > git' 카테고리의 다른 글
쓸데없는 폴더가 포함되었을 때 제거방법 (0) | 2020.04.30 |
---|---|
[Gitlab] git push -u origin master permission denied (0) | 2020.04.28 |
git bash 터미널 계정 변경 (0) | 2020.04.27 |
Semantic Commit Messages 정리 (0) | 2020.03.10 |
GIT 설치 오류 (0) | 2020.02.21 |