You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/02/17 01:13:59 UTC

[GitHub] [apisix] liangliang4ward opened a new pull request #6346: doc:add zh proxy-control.md&modify other doc error

liangliang4ward opened a new pull request #6346:
URL: https://github.com/apache/apisix/pull/6346


   ### What this PR does / why we need it:
   <!--- Why is this change required? What problem does it solve? -->
   add zh proxy-control.md & modify other doc error
   <!--- If it fixes an open issue, please link to the issue here. -->
   
   ### Pre-submission checklist:
   
   <!--
   Please follow the PR manners:
   1. Use Draft if the PR is not ready to be reviewed
   2. Test is required for the feat/fix PR, unless you have a good reason
   3. Doc is required for the feat PR
   4. Use a new commit to resolve review instead of `push -f`
   5. If you need to resolve merge conflicts after the PR is reviewed, please merge master but do not rebase
   6. Use "request review" to notify the reviewer once you have resolved the review
   7. Only reviewer can click "Resolve conversation" to mark the reviewer's review resolved
   -->
   
   * [ ] Did you explain what problem does this PR solve? Or what new features have been added?
   * [ ] Have you added corresponding test cases?
   * [ ] Have you modified the corresponding document?
   * [ ] Is this PR backward compatible? **If it is not backward compatible, please discuss on the [mailing list](https://github.com/apache/apisix/tree/master#community) first**
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] liangliang4ward commented on pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
liangliang4ward commented on pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#issuecomment-1047470598


   > Would you like to fix the link in gzip and real-ip?
   
   With pleasure.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] liangliang4ward commented on a change in pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
liangliang4ward commented on a change in pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#discussion_r809711628



##########
File path: docs/zh/latest/plugins/proxy-control.md
##########
@@ -0,0 +1,93 @@
+---
+title: proxy-control
+---
+
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+## 目录
+
+- [**名称**](#名称)
+- [**属性**](#属性)
+- [**如何启用**](#如何启用)
+- [**测试插件**](#测试插件)
+- [**禁用插件**](#禁用插件)
+
+## 名称
+
+`proxy-control` 能够动态地控制Nginx代理的行为。
+
+**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#step-6-build-openresty-for-apache-apisix)上运行。**

Review comment:
       change to `步骤6为-Apache-APISIX-构建-OpenResty` be better. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander merged pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
spacewander merged pull request #6346:
URL: https://github.com/apache/apisix/pull/6346


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] liangliang4ward commented on pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
liangliang4ward commented on pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#issuecomment-1047483170


   > ```
   > rg 为-Apache-APISIX-构建-OpenResty
   > docs/zh/latest/admin-api.md
   > 588:以下特性需要 APISIX 运行于 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty):
   > 597:这个特性需要 APISIX 运行于 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)。
   > 
   > docs/zh/latest/mtls.md
   > 69:你需要构建 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty),并且需要在配置文件中设定 `etcd.tls` 来使 ETCD 的双向认证功能正常工作。
   > 157:该功能需要 APISIX 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。
   > 
   > docs/zh/latest/plugins/proxy-control.md
   > 36:**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)上运行。**
   > 
   > docs/zh/latest/plugins/gzip.md
   > 36:**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。**
   > 
   > docs/zh/latest/plugins/dubbo-proxy.md
   > 40:如果你正在使用 `OpenResty`, 你需要编译它来支持 `dubbo`, 参考 [如何编译](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)。
   > 
   > docs/zh/latest/plugins/real-ip.md
   > 38:**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。**
   > ```
   > 
   > Would you like to fix the link in gzip and real-ip?
   
   https://github.com/apache/apisix/pull/6417


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] liangliang4ward commented on a change in pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
liangliang4ward commented on a change in pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#discussion_r810715753



##########
File path: docs/zh/latest/plugins/proxy-control.md
##########
@@ -0,0 +1,93 @@
+---
+title: proxy-control
+---
+
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+## 目录
+
+- [**名称**](#名称)
+- [**属性**](#属性)
+- [**如何启用**](#如何启用)
+- [**测试插件**](#测试插件)
+- [**禁用插件**](#禁用插件)
+
+## 名称
+
+`proxy-control` 能够动态地控制Nginx代理的行为。
+
+**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)上运行。**
+
+## 属性
+
+| 名称      | 类型          | 必选项 | 默认值    | 有效值                                                                    | 描述                                                                                                                                         |
+| --------- | ------------- | ----------- | ---------- | ------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- |
+| request_buffering | boolean        | 可选    |  true            |  | 动态设置 `proxy_request_buffering` |

Review comment:
       done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] liangliang4ward commented on a change in pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
liangliang4ward commented on a change in pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#discussion_r810725079



##########
File path: docs/zh/latest/plugins/traffic-split.md
##########
@@ -224,7 +224,7 @@ world 1981
 
 ### 蓝绿发布
 
-通过请求头获取 `match` 规则参数(也可以通过请求参数获取或NGINX变量),在 `match` 规则匹配通过后,表示所有请求都命中到插件配置的 upstream ,否则所以请求只命中 `route` 上配置的 upstream 。
+通过请求头获取 `match` 规则参数(也可以通过请求参数获取或NGINX变量),在 `match` 规则匹配通过后,表示所有请求都命中到插件配置的 upstream ,否则所有请求只命中 `route` 上配置的 upstream 。

Review comment:
       done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] liangliang4ward commented on a change in pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
liangliang4ward commented on a change in pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#discussion_r809748977



##########
File path: docs/zh/latest/plugins/proxy-control.md
##########
@@ -0,0 +1,93 @@
+---
+title: proxy-control
+---
+
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+## 目录
+
+- [**名称**](#名称)
+- [**属性**](#属性)
+- [**如何启用**](#如何启用)
+- [**测试插件**](#测试插件)
+- [**禁用插件**](#禁用插件)
+
+## 名称
+
+`proxy-control` 能够动态地控制Nginx代理的行为。
+
+**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#step-6-build-openresty-for-apache-apisix)上运行。**

Review comment:
       ok, done;




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] tzssangglass commented on a change in pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on a change in pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#discussion_r810722372



##########
File path: docs/zh/latest/plugins/proxy-control.md
##########
@@ -0,0 +1,93 @@
+---
+title: proxy-control
+---
+
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+## 目录
+
+- [**名称**](#名称)
+- [**属性**](#属性)
+- [**如何启用**](#如何启用)
+- [**测试插件**](#测试插件)
+- [**禁用插件**](#禁用插件)
+
+## 名称
+
+`proxy-control` 能够动态地控制Nginx代理的行为。

Review comment:
       ```suggestion
   `proxy-control` 能够动态地控制 Nginx 代理的行为。
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] zaunist commented on a change in pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
zaunist commented on a change in pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#discussion_r810717116



##########
File path: docs/zh/latest/plugins/traffic-split.md
##########
@@ -224,7 +224,7 @@ world 1981
 
 ### 蓝绿发布
 
-通过请求头获取 `match` 规则参数(也可以通过请求参数获取或NGINX变量),在 `match` 规则匹配通过后,表示所有请求都命中到插件配置的 upstream ,否则所以请求只命中 `route` 上配置的 upstream 。
+通过请求头获取 `match` 规则参数(也可以通过请求参数获取或NGINX变量),在 `match` 规则匹配通过后,表示所有请求都命中到插件配置的 upstream ,否则所有请求只命中 `route` 上配置的 upstream 。

Review comment:
       ```suggestion
   通过请求头获取 `match` 规则参数(也可以通过请求参数获取或 NGINX 变量),在 `match` 规则匹配通过后,表示所有请求都命中到插件配置的 upstream ,否则所有请求只命中 `route` 上配置的 upstream 。
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
spacewander commented on pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#issuecomment-1047468429


   ```
   rg 为-Apache-APISIX-构建-OpenResty
   docs/zh/latest/admin-api.md
   588:以下特性需要 APISIX 运行于 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty):
   597:这个特性需要 APISIX 运行于 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)。
   
   docs/zh/latest/mtls.md
   69:你需要构建 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty),并且需要在配置文件中设定 `etcd.tls` 来使 ETCD 的双向认证功能正常工作。
   157:该功能需要 APISIX 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。
   
   docs/zh/latest/plugins/proxy-control.md
   36:**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)上运行。**
   
   docs/zh/latest/plugins/gzip.md
   36:**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。**
   
   docs/zh/latest/plugins/dubbo-proxy.md
   40:如果你正在使用 `OpenResty`, 你需要编译它来支持 `dubbo`, 参考 [如何编译](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)。
   
   docs/zh/latest/plugins/real-ip.md
   38:**该插件要求 `APISIX` 运行在 [APISIX-OpenResty](./how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty) 上。**
   ```
   
   Would you like to fix the link in gzip and real-ip?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] tokers commented on a change in pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
tokers commented on a change in pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#discussion_r810433895



##########
File path: docs/zh/latest/plugins/proxy-control.md
##########
@@ -0,0 +1,93 @@
+---
+title: proxy-control
+---
+
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+## 目录
+
+- [**名称**](#名称)
+- [**属性**](#属性)
+- [**如何启用**](#如何启用)
+- [**测试插件**](#测试插件)
+- [**禁用插件**](#禁用插件)
+
+## 名称
+
+`proxy-control` 能够动态地控制Nginx代理的行为。
+
+**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)上运行。**
+
+## 属性
+
+| 名称      | 类型          | 必选项 | 默认值    | 有效值                                                                    | 描述                                                                                                                                         |
+| --------- | ------------- | ----------- | ---------- | ------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- |
+| request_buffering | boolean        | 可选    |  true            |  | 动态设置 `proxy_request_buffering` |

Review comment:
       I think it's better to add hyperlink for `proxy_request_buffering`, we can refer to nginx doc.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on a change in pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
spacewander commented on a change in pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#discussion_r809705798



##########
File path: docs/zh/latest/plugins/proxy-control.md
##########
@@ -0,0 +1,93 @@
+---
+title: proxy-control
+---
+
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+## 目录
+
+- [**名称**](#名称)
+- [**属性**](#属性)
+- [**如何启用**](#如何启用)
+- [**测试插件**](#测试插件)
+- [**禁用插件**](#禁用插件)
+
+## 名称
+
+`proxy-control` 能够动态地控制Nginx代理的行为。
+
+**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#step-6-build-openresty-for-apache-apisix)上运行。**

Review comment:
       ```suggestion
   **这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#步骤6:为-Apache-APISIX-构建-OpenResty)上运行。**
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on a change in pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
spacewander commented on a change in pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#discussion_r809741630



##########
File path: docs/zh/latest/plugins/proxy-control.md
##########
@@ -0,0 +1,93 @@
+---
+title: proxy-control
+---
+
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+## 目录
+
+- [**名称**](#名称)
+- [**属性**](#属性)
+- [**如何启用**](#如何启用)
+- [**测试插件**](#测试插件)
+- [**禁用插件**](#禁用插件)
+
+## 名称
+
+`proxy-control` 能够动态地控制Nginx代理的行为。
+
+**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#step-6-build-openresty-for-apache-apisix)上运行。**

Review comment:
       The thing is a bit tricky there. The anchor in the website is different from the one in GitHub.
   
   Here is the link in website:
   https://apisix.apache.org/zh/docs/apisix/how-to-build/#%E6%AD%A5%E9%AA%A46%EF%BC%9A%E4%B8%BA-apache-apisix-%E6%9E%84%E5%BB%BA-openresty
   
   We prefer to use the anchor style in the website.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] liangliang4ward commented on a change in pull request #6346: docs: add zh proxy-control.md&modify other doc error

Posted by GitBox <gi...@apache.org>.
liangliang4ward commented on a change in pull request #6346:
URL: https://github.com/apache/apisix/pull/6346#discussion_r809711361



##########
File path: docs/zh/latest/plugins/proxy-control.md
##########
@@ -0,0 +1,93 @@
+---
+title: proxy-control
+---
+
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+## 目录
+
+- [**名称**](#名称)
+- [**属性**](#属性)
+- [**如何启用**](#如何启用)
+- [**测试插件**](#测试插件)
+- [**禁用插件**](#禁用插件)
+
+## 名称
+
+`proxy-control` 能够动态地控制Nginx代理的行为。
+
+**这个插件需要APISIX在 [APISIX-OpenResty](../how-to-build.md#step-6-build-openresty-for-apache-apisix)上运行。**

Review comment:
       done;




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org