mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-15 09:21:26 +08:00
7d4a193e58
* doc: added new doc `README.md` in `doc` folder, and add more doc link to `README.md`.
277 B
277 B
Hot reload
APISIX plug-ins are hot-loaded. No matter you add, delete or modify plug-ins, you don't need to restart the service.
Just send an HTTP request through admin API:
curl http://127.0.0.1:9080/apisix/admin/plugins/reload -X PUT