Skip to content

Commit 2b9c32d

Browse files
committed
Update ngx_http_core_module.md
Edit optimization
1 parent 8353852 commit 2b9c32d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

模块参考/http/ngx_http_core_module.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ listen 127.0.0.1 default_server accept_filter=dataready backlog=1024;
768768

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

@@ -865,7 +865,7 @@ location = /user {
865865

866866
|\-|说明|
867867
|:------|:------|
868-
|**语法**|**merge_slashes** `on | off`; |
868+
|**语法**|**merge_slashes** `on \| off`; |
869869
|**默认**|merge_slashes on;|
870870
|**上下文**|http、server|
871871

@@ -889,7 +889,7 @@ location /scripts/ {
889889

890890
|\-|说明|
891891
|:------|:------|
892-
|**语法**|**msie_padding** `on | off`; |
892+
|**语法**|**msie_padding** `on \| off`; |
893893
|**默认**|msie_padding on;|
894894
|**上下文**|http、server、location|
895895

@@ -899,7 +899,7 @@ location /scripts/ {
899899

900900
|\-|说明|
901901
|:------|:------|
902-
|**语法**|**msie_refresh** `on | off`; |
902+
|**语法**|**msie_refresh** `on \| off`; |
903903
|**默认**|msie_refresh off;|
904904
|**上下文**|http、server、location|
905905

@@ -1285,7 +1285,7 @@ server {
12851285

12861286
|\-|说明|
12871287
|:------|:------|
1288-
|**语法**|**server_name** `on` | `off`;|
1288+
|**语法**|**server_name** `on` \| `off`;|
12891289
|**默认**|server_name_in_redirect off;|
12901290
|**上下文**|http、server、location|
12911291

0 commit comments

Comments
 (0)