CentOs 7 kong 2.3.X oss 自定义插件
URL Rewrite
https://docs.konghq.com/hub/stone-payments/kong-plugin-url-rewrite/
1、创建handler.lua、schema.lua
cd /usr/local/share/lua/5.1/kong/plugins mkdir url-rewrite;cd url-rewrite
内容参考 https://github.com/stone-payments/kong-plugin-url-rewrite/tree/master/url-rewrite
2、修改文件
cd /usr/local/share/lua/5.1/kong vi constants.lua