Replies: 1 comment
-
see: https://github.com/apache/apisix/blob/master/docs/en/latest/architecture-design/plugin.md#hot-reload
yes
see: https://moonbingbing.gitbooks.io/openresty-best-practices/content/ngx_lua/hot_load.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue description
现在是先执行make stop在执行make run才能看到效果
有什么办法改完代码就可以看到效果吗
lua_code_cahe这个是实现lua热更新的吗
lua_code_cahe的配置步骤是什么?
Environment
apisix version
):uname -a
):nginx -V
oropenresty -V
):curl http://127.0.0.1:9090/v1/server_info
to get the info from server-info API):luarocks --version
):Beta Was this translation helpful? Give feedback.
All reactions