This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push: new 49b16bf docs: fix openresty doc link (#6417) 49b16bf is described below commit 49b16bf4beaddd92ed3be2a48a7e50441d145f27 Author: Gaoll <lxjgaoli...@126.com> AuthorDate: Thu Feb 24 09:12:54 2022 +0800 docs: fix openresty doc link (#6417) Co-authored-by: 高亮亮 <gll287...@alibaba-inc.com> --- docs/zh/latest/admin-api.md | 4 ++-- docs/zh/latest/mtls.md | 4 ++-- docs/zh/latest/plugins/dubbo-proxy.md | 2 +- docs/zh/latest/plugins/gzip.md | 2 +- docs/zh/latest/plugins/proxy-control.md | 2 +- docs/zh/latest/plugins/real-ip.md | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/zh/latest/admin-api.md b/docs/zh/latest/admin-api.md index 6257f24..f2b9268 100644 --- a/docs/zh/latest/admin-api.md +++ b/docs/zh/latest/admin-api.md @@ -585,7 +585,7 @@ APISIX 的 Upstream 除了基本的负载均衡算法选择外,还支持对上 4. 设为 `consumer` 时,`key` 不需要设置。此时哈希算法采用的 `key` 为认证通过的 `consumer_name`。 5. 如果指定的 `hash_on` 和 `key` 获取不到值时,就是用默认值:`remote_addr`。 -以下特性需要 APISIX 运行于 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty): +以下特性需要 APISIX 运行于 [APISIX-OpenResty](./how-to-build.md#步骤6:为-apache-apisix-构建-openresty): `scheme` 可以设置成 `tls`,表示 "TLS over TCP"。 @@ -594,7 +594,7 @@ APISIX 的 Upstream 除了基本的负载均衡算法选择外,还支持对上 `keepalive_pool` 允许 upstream 对象有自己单独的连接池。 它下属的字段,比如 `requests`,可以用了配置上游连接保持的参数。 -这个特性需要 APISIX 运行于 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)。 +这个特性需要 APISIX 运行于 [APISIX-OpenResty](./how-to-build.md#步骤6:为-apache-apisix-构建-openresty)。 **upstream 对象 json 配置内容:** diff --git a/docs/zh/latest/mtls.md b/docs/zh/latest/mtls.md index 558e9c8..bdd723a 100644 --- a/docs/zh/latest/mtls.md +++ b/docs/zh/latest/mtls.md @@ -66,7 +66,7 @@ curl --cacert /data/certs/mtls_ca.crt --key /data/certs/mtls_client.key --cert / ### 如何配置 -你需要构建 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty),并且需要在配置文件中设定 `etcd.tls` 来使 ETCD 的双向认证功能正常工作。 +你需要构建 [APISIX-OpenResty](./how-to-build.md#步骤6:为-apache-apisix-构建-openresty),并且需要在配置文件中设定 `etcd.tls` 来使 ETCD 的双向认证功能正常工作。 ```yaml etcd: @@ -154,7 +154,7 @@ curl --resolve 'mtls.test.com:<APISIX_HTTPS_PORT>:<APISIX_URL>' "https://<APISIX 在配置 upstream 资源时,可以使用参数 `tls.client_cert` 和 `tls.client_key` 来配置 APISIX 用于与上游进行通讯时使用的证书。可参考 [Upstream API 文档](./admin-api.md#upstream)。 -该功能需要 APISIX 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。 +该功能需要 APISIX 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-apache-apisix-构建-openresty) 上。 下面是一个与配置 SSL 时相似的 Python 脚本,可为一个已存在的 upstream 资源配置双向认证。如果需要,可修改 API 地址和 API Key。 diff --git a/docs/zh/latest/plugins/dubbo-proxy.md b/docs/zh/latest/plugins/dubbo-proxy.md index 5e4a715..f504d35 100644 --- a/docs/zh/latest/plugins/dubbo-proxy.md +++ b/docs/zh/latest/plugins/dubbo-proxy.md @@ -37,7 +37,7 @@ title: dubbo-proxy ## 要求 -如果你正在使用 `OpenResty`, 你需要编译它来支持 `dubbo`, 参考 [如何编译](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)。 +如果你正在使用 `OpenResty`, 你需要编译它来支持 `dubbo`, 参考 [如何编译](../how-to-build.md#步骤6:为-apache-apisix-构建-openresty)。 ## 运行时属性 diff --git a/docs/zh/latest/plugins/gzip.md b/docs/zh/latest/plugins/gzip.md index 7586794..7e4a964 100644 --- a/docs/zh/latest/plugins/gzip.md +++ b/docs/zh/latest/plugins/gzip.md @@ -33,7 +33,7 @@ title: gzip `gzip` 插件能动态设置 `Nginx` 的压缩行为。 -**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。** +**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](../how-to-build.md#步骤6:为-apache-apisix-构建-openresty) 上。** ## 属性 diff --git a/docs/zh/latest/plugins/proxy-control.md b/docs/zh/latest/plugins/proxy-control.md index 454e5f2..c285703 100644 --- a/docs/zh/latest/plugins/proxy-control.md +++ b/docs/zh/latest/plugins/proxy-control.md @@ -33,7 +33,7 @@ title: proxy-control `proxy-control` 能够动态地控制 Nginx 代理的行为。 -**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)上运行。** +**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#步骤6:为-apache-apisix-构建-openresty)上运行。** ## 属性 diff --git a/docs/zh/latest/plugins/real-ip.md b/docs/zh/latest/plugins/real-ip.md index 84ffeaf..79329e4 100644 --- a/docs/zh/latest/plugins/real-ip.md +++ b/docs/zh/latest/plugins/real-ip.md @@ -35,7 +35,7 @@ title: real-ip 它工作方式和 `Nginx` 里 `ngx_http_realip_module` 模块一样,并且更为灵活。 -**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。** +**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](../how-to-build.md#步骤6:为-apache-apisix-构建-openresty) 上。** ## 属性