File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
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.2 ] ( https://github.com/openresty/lua-nginx-module/tags ) released on 8 March 2016.
65
+ This document describes ngx_lua [ v0.10.3 ] ( https://github.com/openresty/lua-nginx-module/tags ) released on 15 May 2016.
66
66
67
67
Synopsis
68
68
========
@@ -249,7 +249,7 @@ Nginx Compatibility
249
249
250
250
The latest version of this module is compatible with the following versions of Nginx:
251
251
252
- * 1.9.x (last tested: 1.9.7 )
252
+ * 1.9.x (last tested: 1.9.15 )
253
253
* 1.8.x
254
254
* 1.7.x (last tested: 1.7.10)
255
255
* 1.6.x
@@ -274,9 +274,9 @@ Build the source with this module:
274
274
275
275
``` bash
276
276
277
- wget ' http://nginx.org/download/nginx-1.9.7 .tar.gz'
278
- tar -xzvf nginx-1.9.7 .tar.gz
279
- cd nginx-1.9.7 /
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 /
280
280
281
281
# tell nginx's build system where to find LuaJIT 2.0:
282
282
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.2 ] released on 8 March 2016.
13
+ This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.3 ] released on 15 May 2016.
14
14
15
15
= Synopsis =
16
16
<geshi lang="nginx">
@@ -186,7 +186,7 @@ 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.9.x (last tested: 1.9.7 )
189
+ * 1.9.x (last tested: 1.9.15 )
190
190
* 1.8.x
191
191
* 1.7.x (last tested: 1.7.10)
192
192
* 1.6.x
@@ -207,9 +207,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
207
207
Build the source with this module:
208
208
209
209
<geshi lang="bash">
210
- wget 'http://nginx.org/download/nginx-1.9.7 .tar.gz'
211
- tar -xzvf nginx-1.9.7 .tar.gz
212
- cd nginx-1.9.7 /
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 /
213
213
214
214
# tell nginx's build system where to find LuaJIT 2.0:
215
215
export LUAJIT_LIB=/path/to/luajit/lib
You can’t perform that action at this time.
0 commit comments