xxm404 commented on issue #1280: request help: How do I enable the plug-in when 
using the standalone model(local yaml)?
URL: 
https://github.com/apache/incubator-apisix/issues/1280#issuecomment-599900644
 
 
   This is my apisix.yaml,limit-req not running.
   ```
    routes:
      -
        uri: /hello
        service_id: 1
    services:
      -
        id: 1
        upstream:
            nodes:
                "127.0.0.1:8081": 1
            type: roundrobin
        plugins:
          limit-req:
            rate: 1
            burst: 2
            rejected_code: 503
    #END
   ```
   

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


With regards,
Apache Git Services

Reply via email to