You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run the lua code like this: stream{ preread_by_lua_block{ local upstream = require("ngx.upstream") ... } }
nginx throw the error: module 'ngx.upstream' not found
should I install the module upstream or is it a bug in openresty 1.13.3?
The text was updated successfully, but these errors were encountered:
when I run the lua code like this:
stream{ preread_by_lua_block{ local upstream = require("ngx.upstream") ... } }
nginx throw the error: module 'ngx.upstream' not found
should I install the module upstream or is it a bug in openresty 1.13.3?
The text was updated successfully, but these errors were encountered: