updated docs to reflect recent changes; also bumped the version number to 0.7.17.

This commit is contained in:
agentzh (Yichun Zhang) 2013-03-11 12:23:08 -07:00
Родитель 88b4fda412
Коммит a768a65b25
3 изменённых файлов: 8 добавлений и 8 удалений

8
README
Просмотреть файл

@ -8,9 +8,9 @@ Status
This module is under active development and is production ready.
Version
This document describes ngx_lua v0.7.16
(<https://github.com/chaoslawful/lua-nginx-module/tags>) released on 22
February 2013.
This document describes ngx_lua v0.7.17
(<https://github.com/chaoslawful/lua-nginx-module/tags>) released on 10
March 2013.
Synopsis
# set search paths for pure Lua external libraries (';;' is the default path):
@ -1278,7 +1278,7 @@ Directives
default: *rewrite_by_lua_no_postpone off*
context: *http, server, location, location-if*
context: *http*
Controls whether or not to disable postponing rewrite_by_lua and
rewrite_by_lua_file directives to run at the end of the "rewrite"

Просмотреть файл

@ -18,7 +18,7 @@ This module is under active development and is production ready.
Version
=======
This document describes ngx_lua [v0.7.16](https://github.com/chaoslawful/lua-nginx-module/tags) released on 22 February 2013.
This document describes ngx_lua [v0.7.17](https://github.com/chaoslawful/lua-nginx-module/tags) released on 10 March 2013.
Synopsis
========
@ -1132,7 +1132,7 @@ rewrite_by_lua_no_postpone
**default:** *rewrite_by_lua_no_postpone off*
**context:** *http, server, location, location-if*
**context:** *http*
Controls whether or not to disable postponing [rewrite_by_lua](http://wiki.nginx.org/HttpLuaModule#rewrite_by_lua) and [rewrite_by_lua_file](http://wiki.nginx.org/HttpLuaModule#rewrite_by_lua_file) directives to run at the end of the `rewrite` request-processing phase. By default, this directive is turned off and the Lua code is postponed to run at the end of the `rewrite` phase.

Просмотреть файл

@ -10,7 +10,7 @@ This module is under active development and is production ready.
= Version =
This document describes ngx_lua [https://github.com/chaoslawful/lua-nginx-module/tags v0.7.16] released on 22 February 2013.
This document describes ngx_lua [https://github.com/chaoslawful/lua-nginx-module/tags v0.7.17] released on 10 March 2013.
= Synopsis =
<geshi lang="nginx">
@ -1089,7 +1089,7 @@ This directive was first introduced in the <code>v0.5.0rc19</code> release.
'''default:''' ''rewrite_by_lua_no_postpone off''
'''context:''' ''http, server, location, location-if''
'''context:''' ''http''
Controls whether or not to disable postponing [[#rewrite_by_lua|rewrite_by_lua]] and [[#rewrite_by_lua_file|rewrite_by_lua_file]] directives to run at the end of the <code>rewrite</code> request-processing phase. By default, this directive is turned off and the Lua code is postponed to run at the end of the <code>rewrite</code> phase.