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:
[email protected]