auto commit

This commit is contained in:
CyC2018
2020-11-18 03:00:45 +08:00
parent 236b85af83
commit 7899f565d3
41 changed files with 572 additions and 4565 deletions

View File

@ -2,7 +2,23 @@
<!-- GFM-TOC -->
* [集群](#集群)
* [负载均衡](#一负载均衡)
* [负载均衡算法](#负载均衡算法)
* [1. 轮询Round Robin](#1-轮询round-robin)
* [2. 加权轮询Weighted Round Robbin](#2-加权轮询weighted-round-robbin)
* [3. 最少连接least Connections](#3-最少连接least-connections)
* [4. 加权最少连接Weighted Least Connection](#4-加权最少连接weighted-least-connection)
* [5. 随机算法Random](#5-随机算法random)
* [6. 源地址哈希法 (IP Hash)](#6-源地址哈希法-ip-hash)
* [转发实现](#转发实现)
* [1. HTTP 重定向](#1-http-重定向)
* [2. DNS 域名解析](#2-dns-域名解析)
* [3. 反向代理服务器](#3-反向代理服务器)
* [4. 网络层](#4-网络层)
* [5. 链路层](#5-链路层)
* [集群下的 Session 管理](#二集群下的-session-管理)
* [Sticky Session](#sticky-session)
* [Session Replication](#session-replication)
* [Session Server](#session-server)
<!-- GFM-TOC -->