whioue commented on issue #3837: URL: https://github.com/apache/apisix/issues/3837#issuecomment-800112044
> > what is modify the configuration of the plugin > > Modify the configuration of the plugin to look like this: > > Change the field value of the limit-count plugin. > > ```shell > curl -i http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' > { > "uri": "/index.html", > "plugins": { > "limit-count": { > "count": 2, > "time_window": 60, > "rejected_code": 503, > "key": "remote_addr" > } > }, > "upstream": { > "type": "roundrobin", > "nodes": { > "39.97.63.215:80": 1 > } > } > }' > ``` This kind of configuration change can take effect without hot reload,right?I don't know how to change the plugin must be use /admin/plugins/reload ---------------------------------------------------------------- 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]
