Notice
Recent Posts
Recent Comments
Link
목록HAProxy (1)
SeouliteLab
Centos8 Haproxy 설치
1. 설치 sudo yum install haproxy -y 2. 버전확인 haproxy -v 3. 환경설정 sudo vim /etc/haproxy/haproxy.cfg #--------------------------------------------------------------------- # main frontend which proxys to the backends #--------------------------------------------------------------------- frontend main #80포트 설정 bind *:80 #이 아래 부분 주석해야 외부에서 static 데이터 보임... #acl url_static path_beg -i /static /i..
프로그래밍
2020. 4. 6. 18:38