File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Prerequisites
84
84
=============
85
85
86
86
* LuaJIT 2.1 (for now, it is the v2.1 git branch in the official luajit-2.0 git repository: http://luajit.org/download.html )
87
- * [ ngx_lua] ( https://github.com/openresty/lua-nginx-module ) v0.10.6 or later.
87
+ * [ ngx_lua] ( https://github.com/openresty/lua-nginx-module ) v0.10.7 or later.
88
88
* [ lua-resty-lrucache] ( https://github.com/openresty/lua-resty-lrucache )
89
89
90
90
[ Back to TOC] ( #table-of-contents )
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ local FREE_LIST_REF = 0
15
15
16
16
if not ngx .config
17
17
or not ngx .config .ngx_lua_version
18
- or ngx .config .ngx_lua_version < 10006
18
+ or ngx .config .ngx_lua_version < 10007
19
19
then
20
- error (" ngx_lua 0.10.6 + required" )
20
+ error (" ngx_lua 0.10.7 + required" )
21
21
end
22
22
23
23
You can’t perform that action at this time.
0 commit comments