diff --git a/docs/zh/latest/plugins/limit-conn.md b/docs/zh/latest/plugins/limit-conn.md index 2339b8603c3e..8f5a74dfe496 100644 --- a/docs/zh/latest/plugins/limit-conn.md +++ b/docs/zh/latest/plugins/limit-conn.md @@ -104,7 +104,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 \ ## 测试插件 -按上述配置启用插件后,服务将只允许一个并发请求;当收到多个并发请求时,将直接返回 `503` HTTP 状态码,拒绝请求。 +按上述配置启用插件后,在这条路由资源上,APISIX 将只允许一个连接;当有更多连接进入时,APISIX 会直接返回 `503` HTTP 状态码,拒绝连接。 ```shell curl -i http://127.0.0.1:9080/index.html?sleep=20 &