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: doc/HttpLuaModule.wiki
+6-6
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This module is under active development and is production ready.
10
10
11
11
= Version =
12
12
13
-
This document describes ngx_lua [https://github.com/chaoslawful/lua-nginx-module/tags v0.8.0] released on 23 April 2013.
13
+
This document describes ngx_lua [https://github.com/chaoslawful/lua-nginx-module/tags v0.8.1] released on 26 April 2013.
14
14
15
15
= Synopsis =
16
16
<geshi lang="nginx">
@@ -306,7 +306,7 @@ When Nginx receives the <code>HUP</code> signal and starts reloading the config
306
306
Usually you can register (true) Lua global variables or pre-load Lua modules at server start-up by means of this hook. Here is an example for pre-loading Lua modules:
307
307
308
308
<geshi lang="nginx">
309
-
init_by_lua 'require "cjson"';
309
+
init_by_lua 'cjson = require "cjson"';
310
310
311
311
server {
312
312
location = /api {
@@ -5026,7 +5026,7 @@ On a ThinkPad T400 2.80 GHz laptop, the Hello World example readily achieves 28k
5026
5026
The latest module is compatible with the following versions of Nginx:
5027
5027
5028
5028
* 1.3.x (last tested: 1.3.11)
5029
-
* 1.2.x (last tested: 1.2.7)
5029
+
* 1.2.x (last tested: 1.2.8)
5030
5030
* 1.1.x (last tested: 1.1.5)
5031
5031
* 1.0.x (last tested: 1.0.15)
5032
5032
* 0.9.x (last tested: 0.9.4)
@@ -5050,9 +5050,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
4 commit comments
rkearsley commentedon Apr 27, 2013
any known issues with 1.4, or did you not test it so far?
agentzh commentedon Apr 27, 2013
I haven't tested nginx 1.4.0 yet. There're quite a few known issues when SPDY is enabled in recent nginx 1.3.x, which should be inherited by 1.4.0.
jbergstroem commentedon Apr 27, 2013
@agentzh Any references to the 'known issues' re spdy and lua?
agentzh commentedon Apr 27, 2013
@jbergstroem Just search through the GitHub Issues board: https://github.com/chaoslawful/lua-nginx-module/issues