File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.0 ] ( https://github.com/openresty/lua-nginx-module/tags ) released on 11 January 2016.
65
+ This document describes ngx_lua [ v0.10.1 ] ( https://github.com/openresty/lua-nginx-module/tags ) released on 8 March 2016.
66
66
67
67
Synopsis
68
68
========
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.0 ] released on 11 January 2016.
13
+ This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/tags v0.10.1 ] released on 8 March 2016.
14
14
15
15
= Synopsis =
16
16
<geshi lang="nginx">
@@ -75,7 +75,7 @@ This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/t
75
75
ngx.say("status: ", res.status)
76
76
ngx.say("body:")
77
77
ngx.print(res.body)
78
- end';
78
+ end
79
79
}
80
80
}
81
81
You can’t perform that action at this time.
0 commit comments