From 83538526e5f31e59a374a5ae83b63368c53adb76 Mon Sep 17 00:00:00 2001
From: hl <965667947@qq.com>
Date: Sun, 16 Dec 2018 11:41:16 +0800
Subject: [PATCH 1/2] Update ngx_http_index_module.md
fixed original reference address
---
.../http/ngx_http_index_module.md" | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git "a/\346\250\241\345\235\227\345\217\202\350\200\203/http/ngx_http_index_module.md" "b/\346\250\241\345\235\227\345\217\202\350\200\203/http/ngx_http_index_module.md"
index 5cfd7c9..5078321 100644
--- "a/\346\250\241\345\235\227\345\217\202\350\200\203/http/ngx_http_index_module.md"
+++ "b/\346\250\241\345\235\227\345\217\202\350\200\203/http/ngx_http_index_module.md"
@@ -49,4 +49,4 @@ location / {
`/` 请求实际上是将在第二个 location 处理为 `/index.html`。
## 原文档
-[http://nginx.org/en/docs/http/ngx_http_flv_module.html](http://nginx.org/en/docs/http/ngx_http_flv_module.html)
\ No newline at end of file
+[http://nginx.org/en/docs/http/ngx_http_index_module.html](http://nginx.org/en/docs/http/ngx_http_index_module.html)
\ No newline at end of file
From 2b9c32dec37260f78b01e3c7be7c715b63241cab Mon Sep 17 00:00:00 2001
From: hl <965667947@qq.com>
Date: Sun, 16 Dec 2018 11:44:00 +0800
Subject: [PATCH 2/2] Update ngx_http_core_module.md
Edit optimization
---
.../http/ngx_http_core_module.md" | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git "a/\346\250\241\345\235\227\345\217\202\350\200\203/http/ngx_http_core_module.md" "b/\346\250\241\345\235\227\345\217\202\350\200\203/http/ngx_http_core_module.md"
index bd98c21..51eebfe 100644
--- "a/\346\250\241\345\235\227\345\217\202\350\200\203/http/ngx_http_core_module.md"
+++ "b/\346\250\241\345\235\227\345\217\202\350\200\203/http/ngx_http_core_module.md"
@@ -768,7 +768,7 @@ listen 127.0.0.1 default_server accept_filter=dataready backlog=1024;
|\-|说明|
|:------|:------|
-|**语法**|**location** `[ = \| ~ \| ~* \| ^~ ] uri { ... }`;
**location** `@name { ... }; |
+|**语法**|**location** `[ = \| ~ \| ~* \| ^~ ] uri { ... }`;
**location** `@name { ... }`; |
|**默认**|——|
|**上下文**|server、location|
@@ -865,7 +865,7 @@ location = /user {
|\-|说明|
|:------|:------|
-|**语法**|**merge_slashes** `on | off`; |
+|**语法**|**merge_slashes** `on \| off`; |
|**默认**|merge_slashes on;|
|**上下文**|http、server|
@@ -889,7 +889,7 @@ location /scripts/ {
|\-|说明|
|:------|:------|
-|**语法**|**msie_padding** `on | off`; |
+|**语法**|**msie_padding** `on \| off`; |
|**默认**|msie_padding on;|
|**上下文**|http、server、location|
@@ -899,7 +899,7 @@ location /scripts/ {
|\-|说明|
|:------|:------|
-|**语法**|**msie_refresh** `on | off`; |
+|**语法**|**msie_refresh** `on \| off`; |
|**默认**|msie_refresh off;|
|**上下文**|http、server、location|
@@ -1285,7 +1285,7 @@ server {
|\-|说明|
|:------|:------|
-|**语法**|**server_name** `on` | `off`;|
+|**语法**|**server_name** `on` \| `off`;|
|**默认**|server_name_in_redirect off;|
|**上下文**|http、server、location|