minor fixes in doc.
This commit is contained in:
Родитель
76dc20d4d4
Коммит
847bc0f47e
|
@ -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]].
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче