File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Production ready.
6262Version
6363=======
6464
65- This document describes ngx_lua [ v0.10.5 ] ( https://github.com/openresty/lua-nginx-module/tags ) released on 25 May 2016.
65+ This document describes ngx_lua [ v0.10.6 ] ( https://github.com/openresty/lua-nginx-module/tags ) released on 15 August 2016.
6666
6767Synopsis
6868========
@@ -249,6 +249,8 @@ Nginx Compatibility
249249
250250The latest version of this module is compatible with the following versions of Nginx:
251251
252+ * 1.11.x (last tested: 1.11.2)
253+ * 1.10.x
252254* 1.9.x (last tested: 1.9.15)
253255* 1.8.x
254256* 1.7.x (last tested: 1.7.10)
@@ -274,9 +276,9 @@ Build the source with this module:
274276
275277``` bash
276278
277- wget ' http://nginx.org/download/nginx-1.9.15 .tar.gz'
278- tar -xzvf nginx-1.9.15 .tar.gz
279- cd nginx-1.9.15 /
279+ wget ' http://nginx.org/download/nginx-1.11.2 .tar.gz'
280+ tar -xzvf nginx-1.11.2 .tar.gz
281+ cd nginx-1.11.2 /
280282
281283 # tell nginx's build system where to find LuaJIT 2.0:
282284 export LUAJIT_LIB=/path/to/luajit/lib
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Production ready.
1010
1111= Version =
1212
13- This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.5 ] released on 25 May 2016.
13+ This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.6 ] released on 15 August 2016.
1414
1515= Synopsis =
1616<geshi lang="nginx">
@@ -186,6 +186,8 @@ The Lua state (Lua VM instance) is shared across all the requests handled by a s
186186
187187The latest version of this module is compatible with the following versions of Nginx:
188188
189+ * 1.11.x (last tested: 1.11.2)
190+ * 1.10.x
189191* 1.9.x (last tested: 1.9.15)
190192* 1.8.x
191193* 1.7.x (last tested: 1.7.10)
@@ -207,9 +209,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
207209Build the source with this module:
208210
209211<geshi lang="bash">
210- wget 'http://nginx.org/download/nginx-1.9.15 .tar.gz'
211- tar -xzvf nginx-1.9.15 .tar.gz
212- cd nginx-1.9.15 /
212+ wget 'http://nginx.org/download/nginx-1.11.2 .tar.gz'
213+ tar -xzvf nginx-1.11.2 .tar.gz
214+ cd nginx-1.11.2 /
213215
214216 # tell nginx's build system where to find LuaJIT 2.0:
215217 export LUAJIT_LIB=/path/to/luajit/lib
You can’t perform that action at this time.
0 commit comments