You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Production ready.
57
57
Version
58
58
=======
59
59
60
-
This document describes ngx_lua [v0.9.14](https://github.com/openresty/lua-nginx-module/tags) released on 21 January 2015.
60
+
This document describes ngx_lua [v0.9.15](https://github.com/openresty/lua-nginx-module/tags) released on 18 February 2015.
61
61
62
62
Synopsis
63
63
========
@@ -291,7 +291,7 @@ Nginx Compatibility
291
291
===================
292
292
The latest module is compatible with the following versions of Nginx:
293
293
294
-
* 1.7.x (last tested: 1.7.7)
294
+
* 1.7.x (last tested: 1.7.10)
295
295
* 1.6.x
296
296
* 1.5.x (last tested: 1.5.12)
297
297
* 1.4.x (last tested: 1.4.4)
@@ -307,7 +307,7 @@ The latest module is compatible with the following versions of Nginx:
307
307
Installation
308
308
============
309
309
310
-
The [ngx_openresty bundle](http://openresty.org)can be used to install Nginx, ngx_lua, either one of the standard Lua 5.1 interpreter or LuaJIT 2.0/2.1, as well as a package of powerful companion Nginx modules. The basic installation step is a simple `./configure --with-luajit && make && make install`.
310
+
It is highly recommended to use the [ngx_openresty bundle](http://openresty.org) that bundles Nginx, ngx_lua, LuaJIT 2.0/2.1 (or the optional standard Lua 5.1 interpreter), as well as a package of powerful companion Nginx modules. The basic installation step is a simple command: `./configure --with-luajit && make && make install`.
311
311
312
312
Alternatively, ngx_lua can be manually compiled into Nginx:
313
313
@@ -320,9 +320,9 @@ Build the source with this module:
Copy file name to clipboardExpand all lines: doc/HttpLuaModule.wiki
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
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.9.14] released on 21 January 2015.
13
+
This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.9.15] released on 18 February 2015.
14
14
15
15
= Synopsis =
16
16
<geshi lang="nginx">
@@ -233,7 +233,7 @@ The Lua state (Lua VM instance) is shared across all the requests handled by a s
233
233
= Nginx Compatibility =
234
234
The latest module is compatible with the following versions of Nginx:
235
235
236
-
* 1.7.x (last tested: 1.7.7)
236
+
* 1.7.x (last tested: 1.7.10)
237
237
* 1.6.x
238
238
* 1.5.x (last tested: 1.5.12)
239
239
* 1.4.x (last tested: 1.4.4)
@@ -246,7 +246,7 @@ The latest module is compatible with the following versions of Nginx:
246
246
247
247
= Installation =
248
248
249
-
The [http://openresty.org ngx_openresty bundle] can be used to install Nginx, ngx_lua, either one of the standard Lua 5.1 interpreter or LuaJIT 2.0/2.1, as well as a package of powerful companion Nginx modules. The basic installation step is a simple <code>./configure --with-luajit && make && make install</code>.
249
+
It is highly recommended to use the [http://openresty.org ngx_openresty bundle] that bundles Nginx, ngx_lua, LuaJIT 2.0/2.1 (or the optional standard Lua 5.1 interpreter), as well as a package of powerful companion Nginx modules. The basic installation step is a simple command: <code>./configure --with-luajit && make && make install</code>.
250
250
251
251
Alternatively, ngx_lua can be manually compiled into Nginx:
252
252
@@ -258,9 +258,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
0 commit comments