Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wanpf authored Oct 20, 2023
1 parent 8b5fca2 commit 2a418c4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions content/zh-cn/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ weight: 1
| 5 |Gzip|配置静态文本文件压缩相关参数|参考 1.3||
| 6 |ProxyRedirect|参考 1. 全局配置(Configs)说明|||
| 7 | ErrorPage |参考 1. 全局配置(Configs)说明|||
| 8 | AccessLog |HTTP应用访问日志的文件路径|比如:"AccessLog": "/var/log/fgw-access.log"||
| 9 | ProxyPreserveHost |是否保持HTTP请求中的Host不变,默认为 false|true、false||
| 10 | Fault |注入错误,用于测试场景| 参考 3.1.1.3||


##### 3.1.1.1 Matches
Expand Down Expand Up @@ -180,6 +183,30 @@ weight: 1
|5|ResponseStatusCode|发生限流时,返回的 HTTP 状态码|100~599||
|6|ResponseHeadersToAdd|发生限流时,添加的 HTTP header 信息|||

##### 3.1.1.3 Fault

|编号|配置项名称|用途描述|参考值|是否必须|
|:----:|:---------|:-----|:------|:-------:|
|1| Delay | 注入响应延时 | 参考 3.1.1.3.1||
|2| Abort | 注入响应错误码 | 参考 3.1.1.3.2||

###### 3.1.1.3.1 Delay

|编号|配置项名称|用途描述|参考值|是否必须|
|:----:|:---------|:-----|:------|:-------:|
|1| Percent | 对请求注入失败的百分比 | 0~100||
|2| Fixed | 延时时间 | 大于0||
|3| Range | 延时时间的随机范围 | 比如:"0-100"||
|4| Unit | 延时的时间单位,默认为 "ms" | "ms"、"s"、"m"||

###### 3.1.1.3.1 Abort

|编号|配置项名称|用途描述|参考值|是否必须|
|:----:|:---------|:-----|:------|:-------:|
|1| Percent | 对请求注入失败的百分比 | 0~100||
|2| Status | HTTP、GRPC 的应答状态码,比如:503 |数字||
|3| Message | 应答提示信息 | 字符串||

### 3.2 端口号配置(Protocol 为 TCP 的配置格式)

|编号|配置项名称|用途描述|参考值|是否必须|
Expand Down

0 comments on commit 2a418c4

Please sign in to comment.