spacewander commented on issue #2300:
URL: https://github.com/apache/apisix/issues/2300#issuecomment-698153017


   You may need to only load `resty.template` under http subsystem, for example:
   ```lua
   local template
   if ngx.config.subsystem == "http" then
       template = require "resty.template"
   end
   ```
   
   Here I will close the issue as it isn't relative with apisix anymore.


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