This commit is contained in:
agentzh (章亦春) 2010-11-26 23:11:21 +08:00
Родитель 18588a5608
Коммит 967557e8d6
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -257,7 +257,7 @@ Nginx API for Lua
Input arguments
---------------
Index the input arguments to the directive:
Index the input arguments to the set_by_lua* directive:
value = ngx.arg[n]
@ -276,7 +276,7 @@ Here's an example
that outputs 88, the sum of 32 and 56.
This is only available in set_by_lua*
This is only available in set_by_lua* directives.
Read and write Nginx variables
------------------------------