Skip to content

Commit

Permalink
Update README.md (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanpf authored Oct 27, 2023
1 parent d444a4a commit 5580ac3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ weight: 1
|8|Gzip|配置静态文本文件压缩相关参数|参考 1.3||
|9|ProxyRedirect|对上游返回的HTTP应答中的Location、Refresh等URL进行重写|比如:"ProxyRedirect": {"http://www.flomesh.com/aa": "http://$http_host/ab", "http://www.flomesh.com/a0": "/a1"}||
|10|ErrorPage|对HTTP错误码返回自定义网页或链接,类型为列表 []|参考 1.4||
|11|HTTP1PerRequestLoadBalancing|HTTP1.1请求时,是否启用基于请求的负载均衡策略,默认为false|true、false||
|12|HTTP2PerRequestLoadBalancing|HTTP2请求时,是否启用基于请求的负载均衡策略,默认为true|true、false||

### 1.1 ResourceUsage
|编号|配置项名称|用途描述|可选值|是否必须|
Expand Down Expand Up @@ -323,8 +325,10 @@ weight: 1
|编号|配置项名称|用途描述|参考值|是否必须|
|:----:|:---------|:-----|:------|:-------:|
|1|Weight|权重|整数||
|2|Tags|标记|||
|2|Tags|标记|||
|3|UpstreamCert|访问上游用的 TLS 证书|||
|4|UseSSL|不需要客户端SSL证书的场景,是否使用SSL连接访问上游服务|true、false||
|5|Host|重写HTTP请求头中的Host,默认使用上游target(ip:端口)|||

#### 4.1.4 CircuitBreaking

Expand Down

0 comments on commit 5580ac3

Please sign in to comment.