Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions 模块参考/http/ngx_http_core_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ listen 127.0.0.1 default_server accept_filter=dataready backlog=1024;

|\-|说明|
|:------|:------|
|**语法**|**location** `[ = \| ~ \| ~* \| ^~ ] uri { ... }`; <br /> **location** `@name { ... }; |
|**语法**|**location** `[ = \| ~ \| ~* \| ^~ ] uri { ... }`; <br /> **location** `@name { ... }`; |
|**默认**|——|
|**上下文**|server、location|

Expand Down Expand Up @@ -865,7 +865,7 @@ location = /user {

|\-|说明|
|:------|:------|
|**语法**|**merge_slashes** `on | off`; |
|**语法**|**merge_slashes** `on \| off`; |
|**默认**|merge_slashes on;|
|**上下文**|http、server|

Expand All @@ -889,7 +889,7 @@ location /scripts/ {

|\-|说明|
|:------|:------|
|**语法**|**msie_padding** `on | off`; |
|**语法**|**msie_padding** `on \| off`; |
|**默认**|msie_padding on;|
|**上下文**|http、server、location|

Expand All @@ -899,7 +899,7 @@ location /scripts/ {

|\-|说明|
|:------|:------|
|**语法**|**msie_refresh** `on | off`; |
|**语法**|**msie_refresh** `on \| off`; |
|**默认**|msie_refresh off;|
|**上下文**|http、server、location|

Expand Down Expand Up @@ -1285,7 +1285,7 @@ server {

|\-|说明|
|:------|:------|
|**语法**|**server_name** `on` | `off`;|
|**语法**|**server_name** `on` \| `off`;|
|**默认**|server_name_in_redirect off;|
|**上下文**|http、server、location|

Expand Down
2 changes: 1 addition & 1 deletion 模块参考/http/ngx_http_index_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
[http://nginx.org/en/docs/http/ngx_http_index_module.html](http://nginx.org/en/docs/http/ngx_http_index_module.html)