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 2020/09/22 07:29:51 UTC

[GitHub] [apisix] membphis commented on issue #2262: bug: problems in batch-requests doc

membphis commented on issue #2262:
URL: https://github.com/apache/apisix/issues/2262#issuecomment-696556096


   if you wants to enalbe specified plugins,  you can set a new plugin list in file `conf/config.yaml`.
   
   here is an example, it only enabled `limit-***` plugins.
   
   ```yaml
   # in file: conf/config.yaml
   plugins:                          # plugin list
     - limit-req
     - limit-count
     - limit-conn


----------------------------------------------------------------
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.

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