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 @@ -59,7 +59,7 @@ Production ready.
5959Version
6060=======
6161
62- This document describes ngx_lua [ v0.9.12 ] ( https://github.com/openresty/lua-nginx-module/tags ) released on 2 September 2014.
62+ This document describes ngx_lua [ v0.9.13 ] ( https://github.com/openresty/lua-nginx-module/tags ) released on 21 November 2014.
6363
6464Synopsis
6565========
@@ -292,7 +292,7 @@ Nginx Compatibility
292292===================
293293The latest module is compatible with the following versions of Nginx:
294294
295- * 1.7.x (last tested: 1.7.4 )
295+ * 1.7.x (last tested: 1.7.7 )
296296* 1.6.x
297297* 1.5.x (last tested: 1.5.12)
298298* 1.4.x (last tested: 1.4.4)
@@ -321,9 +321,9 @@ Build the source with this module:
321321
322322``` bash
323323
324- wget ' http://nginx.org/download/nginx-1.7.4 .tar.gz'
325- tar -xzvf nginx-1.7.4 .tar.gz
326- cd nginx-1.7.4 /
324+ wget ' http://nginx.org/download/nginx-1.7.7 .tar.gz'
325+ tar -xzvf nginx-1.7.7 .tar.gz
326+ cd nginx-1.7.7 /
327327
328328# tell nginx's build system where to find LuaJIT 2.0:
329329export 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.9.12 ] released on 2 September 2014.
13+ This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.9.13 ] released on 21 November 2014.
1414
1515= Synopsis =
1616<geshi lang="nginx">
@@ -232,7 +232,7 @@ The Lua state (Lua VM instance) is shared across all the requests handled by a s
232232= Nginx Compatibility =
233233The latest module is compatible with the following versions of Nginx:
234234
235- * 1.7.x (last tested: 1.7.4 )
235+ * 1.7.x (last tested: 1.7.7 )
236236* 1.6.x
237237* 1.5.x (last tested: 1.5.12)
238238* 1.4.x (last tested: 1.4.4)
@@ -257,9 +257,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
257257Build the source with this module:
258258
259259<geshi lang="bash">
260- wget 'http://nginx.org/download/nginx-1.7.4 .tar.gz'
261- tar -xzvf nginx-1.7.4 .tar.gz
262- cd nginx-1.7.4 /
260+ wget 'http://nginx.org/download/nginx-1.7.7 .tar.gz'
261+ tar -xzvf nginx-1.7.7 .tar.gz
262+ cd nginx-1.7.7 /
263263
264264 # tell nginx's build system where to find LuaJIT 2.0:
265265 export LUAJIT_LIB=/path/to/luajit/lib
You can’t perform that action at this time.
0 commit comments