tzssangglass commented on issue #2565:
URL: https://github.com/apache/apisix/issues/2565#issuecomment-719163225


   You mean like the nginx_http_include directive from kong?
   
   ```
   nginx_http_include = /path/to/your/extend.conf
   ```
   
   the `extend.conf` may be like 
   
   ```conf
   lua_shared_dict custom_plugin_a_cache 8m;
   lua_shared_dict custom_plugin_b_cache 8m;
   ```
   
   then this configuration will appear in the `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:
us...@infra.apache.org


Reply via email to