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
- AirComic
- ASP.NET
- iPod Touch
- 센티넬
- c#
- 고가용성
- 커버구루
- .NET
- 네아로
- NoSQL
- ipod
- 레디스
- High Availability
- mmbot
- 개발
- replication
- TeamCity
- redis
- haproxy
- Cover Guru
- 복제
- XBOX360
- Keepalived
- DotNetOpenAuth
- DSM6
- gitlab
- 닷넷
- 기어스 오브 워
- Gears of War
- sentinel
Archives
- Today
- Total
목록selinux (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