Middleware

Nginx 와 HAProxy

Jordy-torvalds 2020. 3. 9. 16:08
반응형

nginx 부하분산

 

https://nginx.org/en/docs/stream/ngx_stream_upstream_module.html

 

Module ngx_stream_upstream_module

Module ngx_stream_upstream_module The ngx_stream_upstream_module module (1.9.0) is used to define groups of servers that can be referenced by the proxy_pass directive. Example Configuration upstream backend { hash $remote_addr consistent; server backend1.e

nginx.org

https://seokjun.kim/haproxy-and-nginx-load-balancing/

 

HAProxy 와 Nginx 의 로드밸런싱

NGINX Nginx 는 대표적인 웹서버인 Apache 의 문제점을 해결하면서 만들어진 웹서버로 비동기 방식으로 개발되어 가볍고 빠른 것으로 유명한 오픈소스 어플리케이션이다. Nginx 는 http 나 reverse proxy 같은 기능 외에도 load balancer 기능 또한 강력하다. # Load Balancing upstream target-server { least_conn; server [서버주소1] weight=5 max_fails=3 fai

seokjun.kim

엔진엑스 설치 

https://kamang-it.tistory.com/entry/WebServernginxroot%EB%94%94%EB%A0%89%ED%84%B0%EB%A6%AC-%EB%B3%80%EA%B2%BD%ED%95%98%EA%B8%B0-2?category=749861

 

[WebServer][nginx]root디렉터리 변경하기-(2)

참고: [WebServer][nginx]운영체제별 nginx 설치하기-(1) root디렉터리를 변경하는 방법에 대해서 알아보도록 하자. root디렉터리를 바꾸려면 손대야하는건 nginx.conf이다. 이 위치에 관한건 여기를 참고하도록..

kamang-it.tistory.com

nginx 캐싱

https://jojoldu.tistory.com/60

----------------------------------------------------------------------

L4/L7 스위치의 대안, 오픈 소스 로드 밸런서 HAProxy

https://d2.naver.com/helloworld/284659

불러오는 중입니다...

 

HAPROXY 

https://findstar.pe.kr/2018/07/27/install-haproxy/

반응형