mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-05 05:27:35 +08:00
docs: fix spelling (#4725)
This commit is contained in:
parent
2238b547cb
commit
e502977eae
@ -125,7 +125,7 @@ function _M.resolve(self, domain, selector)
|
||||
return table.deepcopy(answer)
|
||||
end
|
||||
|
||||
return nil, "unsupport DNS answer"
|
||||
return nil, "unsupported DNS answer"
|
||||
end
|
||||
|
||||
|
||||
|
@ -557,7 +557,7 @@ In addition to the basic complex equalization algorithm selection, APISIX's Upst
|
||||
|create_time |optional| epoch timestamp in second, like `1602883670`, will be created automatically if missing|1602883670|
|
||||
|update_time |optional| epoch timestamp in second, like `1602883670`, will be created automatically if missing|1602883670|
|
||||
|tls.client_cert |optional| Set the client certificate when connecting to TLS upstream, see below for more details||
|
||||
|tls.client_key |optional| Set the client priviate key when connecting to TLS upstream, see below for more details||
|
||||
|tls.client_key |optional| Set the client private key when connecting to TLS upstream, see below for more details||
|
||||
|keepalive_pool.size |optional| Set `keepalive` directive dynamically, see below for more details||
|
||||
|keepalive_pool.idle_timeout |optional| Set `keepalive_timeout` directive dynamically, see below for more details||
|
||||
|keepalive_pool.requests |optional| Set `keepalive_requests` directive dynamically, see below for more details||
|
||||
|
@ -26,7 +26,7 @@ title: limit-req
|
||||
- [Introduction](#introduction)
|
||||
- [Attributes](#attributes)
|
||||
- [Example](#example)
|
||||
- [How to enable on the `route` or `serivce`](#how-to-enable-on-the-route-or-serivce)
|
||||
- [How to enable on the `route` or `service`](#how-to-enable-on-the-route-or-service)
|
||||
- [How to enable on the `consumer`](#how-to-enable-on-the-consumer)
|
||||
- [Disable Plugin](#disable-plugin)
|
||||
|
||||
@ -49,7 +49,7 @@ limit request rate using the "leaky bucket" method.
|
||||
|
||||
## Example
|
||||
|
||||
### How to enable on the `route` or `serivce`
|
||||
### How to enable on the `route` or `service`
|
||||
|
||||
Take `route` as an example (the use of `service` is the same method), enable the `limit-req` plugin on the specified route.
|
||||
|
||||
|
@ -328,7 +328,7 @@ HTTP/1.1 200 OK
|
||||
| create_time | 可选 | 辅助 | 单位为秒的 epoch 时间戳,如果不指定则自动创建 | 1602883670 |
|
||||
| update_time | 可选 | 辅助 | 单位为秒的 epoch 时间戳,如果不指定则自动创建 | 1602883670 |
|
||||
|
||||
serivce 对象 json 配置内容:
|
||||
service 对象 json 配置内容:
|
||||
|
||||
```shell
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user