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
엔진엑스 설치
[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
'Infra & DevOps' 카테고리의 다른 글
[퍼온 글] chroot (0) | 2020.06.04 |
---|---|
[퍼온 글] GARP의 정의와 활용 사례 (0) | 2020.06.03 |
[퍼온 글] DISK vs VTL (0) | 2020.05.08 |
[퍼온 글] 백업 방식에 대해 알아 보자!! (0) | 2020.05.08 |
[오리뎅이] 쿠버네티스 네트워킹 (0) | 2020.04.20 |