spacewander commented on a change in pull request #5378: URL: https://github.com/apache/apisix/pull/5378#discussion_r741949841
########## File path: docs/en/latest/plugins/limit-count.md ########## @@ -68,13 +69,38 @@ curl -i http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335 "count": 2, "time_window": 60, "rejected_code": 503, + "key_type": "var", "key": "remote_addr" } }, "upstream": { "type": "roundrobin", "nodes": { - "39.97.63.215:80": 1 + "127.0.0.1:9001": 1 + } + } +}' +``` + +Here's an example, enable the `limit count` plugin on the specified route and when setting `key_type` to `var_combination` : Review comment: ```suggestion Here's an example, enable the `limit count` plugin on the specified route when setting `key_type` to `var_combination` : ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
