This commit is contained in:
Yichun Zhang (agentzh) 2015-04-09 21:23:52 -07:00
Родитель 76dc20d4d4
Коммит 847bc0f47e
2 изменённых файлов: 4 добавлений и 5 удалений

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

@ -13,6 +13,7 @@ ngx_lua - Embed the power of Lua into Nginx
Table of Contents
=================
* [Name](#name)
* [Status](#status)
* [Version](#version)
* [Synopsis](#synopsis)
@ -111,7 +112,7 @@ Synopsis
content_by_lua "ngx.say('Hello,world!')";
}
location /nginx_var {
location /nginx_var {
# MIME type determined by default_type:
default_type 'text/plain';
@ -6989,4 +6990,3 @@ Special PCRE Sequences
----------------------
This section has been renamed to [Special Escaping Sequences](#special-escaping-sequences).

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

@ -1,4 +1,4 @@
= Name =
= Name =
ngx_lua - Embed the power of Lua into Nginx
@ -59,7 +59,7 @@ This document describes ngx_lua [https://github.com/openresty/lua-nginx-module/t
content_by_lua "ngx.say('Hello,world!')";
}
location /nginx_var {
location /nginx_var {
# MIME type determined by default_type:
default_type 'text/plain';
@ -5923,4 +5923,3 @@ This section is just holding obsolete documentation sections that have been eith
== Special PCRE Sequences ==
This section has been renamed to [[#Special Escaping Sequences|Special Escaping Sequences]].