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
- 크롬
- log
- syslog
- Shell
- K8S
- audit
- zabbix
- Kubernetes
- Elk
- yum
- C
- centos 7.5
- Audit Log
- rsyslog
- JSON
- Linux
- Elasticsearch
- RHEL
- Chrome
- GPU
- docker
- 파이썬
- 서울시민카드
- CentOS
- 디렉토리
- Python
- bash
- GNOME
- 빅데이터
- PostgreSQL
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