Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- gitlab.rb
- shanta #bahadur
- KMS
- RequestFacade
- argocd
- JSR-330
- Approval Test
- 하만카돈 #오라 #스튜디오 #2 #harman #kardon #aura #studio #fix #repair #수리 #shutdown #bluetooth
- 제어역전
- Shamir
- AWS SQS
- auth method
- 샤미르
- hashicorp
- Vault
- secretid
- json.tool
- 우아콘
- CQRS
- 멱등성
- external_url
- AWS SNS
- approle
- gitlab-ctl
- InheritableThreadLocal
- WooWaCon
- Session invalidate
- Unseal
- 명령어 대체
- argoproj
Archives
- Today
- Total
인생은 여행
GitLab 서버 주소 변경 본문
GitLab 서버의 IP가 변경되었거나 도메인 주소가 변경된 경우 기존에 서비스되고 있는 GitLab 서버의 경우 설정을 변경해주어야 한다. 그렇지 않으면 프로젝트내 소스 파일들은 이전 주소를 참조하게 된다.
설정 변경은 `/etc/gitlab/gitlab.rb` 파일을 아래와 같이 변경한 후,
external_url "http://gitlab.example.com"
다음 명령을 실행하면 설정이 적용되고 서비스가 재시작한다.
sudo gitlab-ctl reconfigure
참고 사이트:
docs.gitlab.com/omnibus/settings/configuration.html#configuring-the-external-url-for-gitlab
Configuration options | GitLab
Configuration options GitLab is configured by setting the relevant options in /etc/gitlab/gitlab.rb. See package defaults for a list of default settings and visit the gitlab.rb.template for a complete list of available options. New installations starting f
docs.gitlab.com
Comments