-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
版本:apisix-master
bug描述:
我们使用apisix时需要加载一个第三方模块,把第三方模块编译成so文件,使用load_module指令加载进来,但是load_module指令需要写在event配置块前面,目前apisix提供的修改config-default.yaml文件,main_configuration_snippet的解析是在event配置块后面,因此使用load_module指令时会有问题;
另外一个相似的include指令,有时需要include一个配置文件,在http块的末尾,但是现在http_configuration_snippet的解析位置在http块的server配置块的前面,可能会有问题;
上述问题需要修改下ngx_tpl.lua生成nginx.conf的部分
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers