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 |
Tags
- ASP.NET
- 닷넷
- NoSQL
- 기어스 오브 워
- gitlab
- ipod
- Gears of War
- haproxy
- sentinel
- redis
- 커버구루
- 네아로
- mmbot
- 복제
- High Availability
- XBOX360
- 레디스
- TeamCity
- .NET
- replication
- DSM6
- 센티넬
- iPod Touch
- AirComic
- 고가용성
- 개발
- Cover Guru
- Keepalived
- c#
- DotNetOpenAuth
Archives
- Today
- Total
목록CentOS (1)
Once in a Lifetime
Gitlab SELINUX 설정 관련
Gitlab 은 기본적으로 자체 Nginx(bundled web-server) 를 이용하는데, Nginx 나 Apache 를 설치한 상태에서 non-bundled web-server 를 이용할때의 설정에 대해서 간략하게 기술한다. /etc/gitlab/gitlab.rb nginx['enable'] = falseweb_server['external_users'] = ['nginx']nginx['listen_address'] = ['0.0.0.0','[::]']# Unicorn 이 8080 사용중이라면 Unicorn 포트를 8081 로 변경함nginx['listen_port'] = 8080설정 재생성 및 재시작gitlab-ctl reconfiguregitlab-ctl restartsystemctl resta..
Develope Diary
2016. 11. 21. 09:48