shenshaoye opened a new issue #3203:
URL: https://github.com/apache/apisix/issues/3203


   版本: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的部分


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to