08 2023 档案
摘要:[TOC] # 插件开发 此文档是关于 lua 语言的插件开发,其他语言请看:external plugin。 ## 插件放置路径 Apache APISIX 提供了两种方式来添加新的功能。 修改 Apache APISIX 的源代码并重新发布 (不推荐)。 配置 extra_lua_path 和
阅读全文
摘要:rewite 在server块下,会优先执行rewrite部分,然后才会去匹配location块server中的rewrite break和last没什么区别,都会去匹配location,所以没必要用last再发起新的请求,可以留空 location中的rewirte: 不写last和break -
阅读全文