High-Availability Nginx Load Balancing with Keepalived and HAProxy
· 8 min read
This article introduces how to set up a high-availability load balancing architecture for Nginx using the combination of Keepalived and HAProxy.
This article introduces how to set up a high-availability load balancing architecture for Nginx using the combination of Keepalived and HAProxy.
아래 설치 방법은 Nginx 설치 시에도 동일하게 적용할 수 있습니다. 단, ./configure
단계에서 --with-luajit
옵션만 제외하면 됩니다. 일반적으로 Nginx가 아닌 OpenResty를 선택하는 이유는 LuaJIT을 사용하기 위해서입니다.