wklken commented on issue #11639:
URL: https://github.com/apache/apisix/issues/11639#issuecomment-2413111275

   according to the doc here: 
https://apisix.apache.org/docs/apisix/plugin-develop/
   
   if your extra_lua_path is `/usr/local/apisix/custom_plugins/?.lua`
   
   the dir should be
   
   ```
   ├── custom_plugins
   │   └── apisix
   │       ├── plugins
   │       │   └── 3rd-party.lua
   │       └── stream
   │           └── plugins
   │               └── 3rd-party.lua
   ```
   
   so, you should put the lua files under 
`/usr/local/apisix/custom_plugins/apisix/plugins/`
   
   @zx01-coder 
   
   


-- 
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: [email protected]

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

Reply via email to