Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.05 KB

plugins.md

File metadata and controls

28 lines (25 loc) · 1.05 KB

Chinese

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