You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/18 07:33:53 UTC

[GitHub] [apisix] monkeyDluffy6017 commented on issue #7730: help request: nginx模块调用顺序与apisix调用路由请教

monkeyDluffy6017 commented on issue #7730:
URL: https://github.com/apache/apisix/issues/7730#issuecomment-1219136519

   You could find the array `ngx_modules[]` in `ngx_modules.c` after run `./configure`. This array is the correct order of execution.
   apisix use this name `ngx_lua-0.xx.xx` (openresty tarball script)[https://github.com/openresty/openresty/blob/0d3f8f0a0b909859d70f4827aeca08c1503d3bcc/util/mirror-tarballs#L592-L595], you could put your module behind this module.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org