You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by li...@apache.org on 2020/07/30 03:39:30 UTC

[incubator-apisix] branch lilien1010-patch-1 created (now 854b9e4)

This is an automated email from the ASF dual-hosted git repository.

liling pushed a change to branch lilien1010-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git.


      at 854b9e4  doc: fix typo

This branch includes the following new commits:

     new 854b9e4  doc: fix typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-apisix] 01/01: doc: fix typo

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

liling pushed a commit to branch lilien1010-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git

commit 854b9e4140fc15b925eaf73a5f7fa468f71abbf9
Author: Lien <li...@apache.org>
AuthorDate: Thu Jul 30 11:39:23 2020 +0800

    doc: fix typo
---
 doc/zh-cn/architecture-design.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/zh-cn/architecture-design.md b/doc/zh-cn/architecture-design.md
index 1f0399b..ecacc58 100644
--- a/doc/zh-cn/architecture-design.md
+++ b/doc/zh-cn/architecture-design.md
@@ -464,7 +464,7 @@ APISIX 区别于其他 API 网关的一大特点是允许用户选择不同 Rout
         * `绝对匹配`:完整匹配给定的 `uri` ,比如 `/foo/bar`,`/foo/glo`。
         * `前缀匹配`:末尾使用 `*` 代表给定的 `uri` 是前缀匹配。比如 `/foo*`,则允许匹配 `/foo/`、`/foo/a`和`/foo/b`等。
         * `匹配优先级`:优先尝试绝对匹配,若无法命中绝对匹配,再尝试前缀匹配。
-        * `任意过滤属性`:允许指定任何 Ningx 内置变量作为过滤条件,比如 URL 请求参数、请求头、cookie 等。
+        * `任意过滤属性`:允许指定任何 Nginx 内置变量作为过滤条件,比如 URL 请求参数、请求头、cookie 等。
     * `radixtree_host_uri`: 使用 `host + uri` 作为主索引(基于 `radixtree` 引擎),对当前请求会同时匹配 host 和 uri,支持的匹配条件与 `radixtree_uri` 基本一致。
 
 * `apisix.router.ssl`: SSL 加载匹配路由。