spacewander commented on a change in pull request #3705:
URL: https://github.com/apache/apisix/pull/3705#discussion_r584434011
##########
File path: docs/en/latest/plugin-develop.md
##########
@@ -85,8 +85,8 @@ The plugin itself provides the init method. It is convenient
for plugins to perf
the plugin is loaded.
Note : if the dependency of some plugin needs to be initialized when Nginx
start, you may need to add logic to the initialization
- method "http_init" in the file __apisix.lua__, And you may need to add
some processing on generated part of Nginx
- configuration file in __bin/apisix__ file. but it is easy to have an
impact on the overall situation according to the
+ method "http_init" in the file __apisix/init.lua__, and you may need to
add some processing on generated part of Nginx
+ configuration file in __apisix/cli/ngx_tpl.lua__ file. But it is easy
to have an impact on the overall situation according to the
Review comment:
Can we use
https://github.com/apache/apisix/blob/master/docs/en/latest/customize-nginx-configuration.md
instead?
----------------------------------------------------------------
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]