Open mjhuber opened 4 years ago
Interesting.
if not ngx.config
or not ngx.config.ngx_lua_version
or ngx.config.ngx_lua_version < 9005
then
error("ngx_lua 0.9.5+ required")
end
Could you add some code in /usr/local/openresty/lualib/resty/upstream/healthcheck.lua
and print the value of ngx.config.ngx_lua_version
?
Having the same issue here https://github.com/openresty/openresty/issues/702
when using openresty/openresty:1.15.8.3-2-alpine-fat image I receive an error that ngx_lua 0.9.5+ is required.