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 |
Tags
- PostgreSQL
- 빅데이터
- Elk
- GNOME
- syslog
- 파이썬
- bash
- Python
- log
- audit
- K8S
- Shell
- docker
- 서울시민카드
- zabbix
- rsyslog
- centos 7.5
- Chrome
- 디렉토리
- yum
- GPU
- Linux
- CentOS
- Kubernetes
- Audit Log
- Elasticsearch
- C
- JSON
- 크롬
- RHEL
Archives
- Today
- Total
목록HAProxy (1)
Sysops Notepad
[Linux] Centos Haproxy Client IP forward 설정
global daemon # 백그라운드에서 동작 user haproxy group haproxy log 127.0.0.1 local0 log 127.0.0.1 local1 notice maxconn 4096 # 프로세스 별 최대 connection 갯수 ssl-default-bind-options no-sslv3 # Bind SSL 프로토콜 정의 ssl-default-bind-ciphers ECDHE-RSA-AES128-GCM-SHA256:... # Bind SSL 사용 알고리즘 목록 정의 ssl-default-server-options no-sslv3 # Server SSL 프로토콜 정의 ssl-default-server-ciphers ECDHE-RSA-AES128-GCM-SHA256:... # Ser..
업무/sys
2019. 2. 19. 16:16