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.
62
62
Version
63
63
=======
64
64
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.
66
66
67
67
Synopsis
68
68
========
@@ -249,6 +249,8 @@ Nginx Compatibility
249
249
250
250
The latest version of this module is compatible with the following versions of Nginx:
251
251
252
+ * 1.11.x (last tested: 1.11.2)
253
+ * 1.10.x
252
254
* 1.9.x (last tested: 1.9.15)
253
255
* 1.8.x
254
256
* 1.7.x (last tested: 1.7.10)
@@ -274,9 +276,9 @@ Build the source with this module:
274
276
275
277
``` bash
276
278
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 /
280
282
281
283
# tell nginx's build system where to find LuaJIT 2.0:
282
284
export LUAJIT_LIB=/path/to/luajit/lib
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Production ready.
10
10
11
11
= Version =
12
12
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.
14
14
15
15
= Synopsis =
16
16
<geshi lang="nginx">
@@ -186,6 +186,8 @@ The Lua state (Lua VM instance) is shared across all the requests handled by a s
186
186
187
187
The latest version of this module is compatible with the following versions of Nginx:
188
188
189
+ * 1.11.x (last tested: 1.11.2)
190
+ * 1.10.x
189
191
* 1.9.x (last tested: 1.9.15)
190
192
* 1.8.x
191
193
* 1.7.x (last tested: 1.7.10)
@@ -207,9 +209,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
207
209
Build the source with this module:
208
210
209
211
<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 /
213
215
214
216
# tell nginx's build system where to find LuaJIT 2.0:
215
217
export LUAJIT_LIB=/path/to/luajit/lib
You can’t perform that action at this time.
0 commit comments