Skip to content

Commit 1f92f66

Browse files
oopsguyoopsguy
authored andcommitted
Update stream section
1 parent eca6b93 commit 1f92f66

File tree

7 files changed

+839
-60
lines changed

7 files changed

+839
-60
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ gitbook serve
3939
gitbook build
4040
```
4141

42-
更多文档操作明林个,请参照 GitBook 命令。
42+
更多操作命令,请参照 GitBook 命令。
4343

4444
## 项目状态
4545

SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@
108108
- [ngx_stream_limit_conn_module](模块参考/stream/ngx_stream_limit_conn_module.md)
109109
- [ngx_stream_log_module](模块参考/stream/ngx_stream_log_module.md)
110110
- ngx_stream_map_module
111-
- ngx_stream_proxy_module
111+
- [ngx_stream_proxy_module](模块参考/stream/ngx_stream_proxy_module.md)
112112
- [ngx_stream_realip_module](模块参考/stream/ngx_stream_realip_module.md)
113113
- [ngx_stream_return_module](模块参考/stream/ngx_stream_return_module.md)
114114
- [ngx_stream_split_clients_module](模块参考/stream/ngx_stream_split_clients_module.md)
115115
- ngx_stream_ssl_module
116116
- [ngx_stream_ssl_preread_module](模块参考/stream/ngx_stream_ssl_preread_module.md)
117-
- ngx_stream_upstream_module
117+
- [ngx_stream_upstream_module](模块参考/stream/ngx_stream_upstream_module.md)
118118
- ngx_stream_upstream_hc_module
119119
- ngx_stream_zone_sync_module
120120
- 其他

book.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Nginx 文档中文译版",
2+
"title": "Nginx中文文档",
33
"author": "DocsHome",
44
"language": "zh-hans",
55
"links": {
@@ -15,19 +15,26 @@
1515
"favicon"
1616
],
1717
"pluginsConfig": {
18+
"github": {
19+
"url": "https://github.com/DocsHome/nginx-docs"
20+
},
1821
"prism": {
1922
"css": [
2023
"prismjs/themes/prism-solarizedlight.css"
2124
]
2225
},
23-
"favicon": {
24-
"shortcut": "favicon.ico",
25-
"bookmark": "favicon.ico",
26-
"appleTouch": "favicon.ico",
27-
"appleTouchMore": {
28-
"120x120": "favicon.ico",
29-
"180x180": "favicon.ico"
30-
}
26+
"tbfed-pagefooter": {
27+
"copyright": "Copyright &copy <a style=\"font-weight: bold\" href=\"https://github.com/DocsHome/nginx-docs\">Oopsguy.com</a> 2017",
28+
"modify_label": "最后更新时间:",
29+
"modify_format": "YYYY-MM-DD HH:mm:ss"
30+
},
31+
"github-buttons": {
32+
"repo": "DocsHome/nginx-docs",
33+
"types": [
34+
"star",
35+
"watch"
36+
],
37+
"size": "small"
3138
}
3239
}
3340
}

模块参考/http/ngx_http_upstream_module.md

Lines changed: 47 additions & 45 deletions
Large diffs are not rendered by default.

模块参考/stream/ngx_stream_keyval_module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
- [示例配置](#example_configuration)
44
- [指令](#directives)
5-
- [val](#val)
6-
- [val_zone](#val_zone)
5+
- [keyval](#keyval)
6+
- [keyval_zone](#keyval_zone)
77

88
`ngx_stream_keyval_module` 模块(1.13.7)可用于创建变量,变量的值从由 [API](ngx_http_api_module.md#stream_keyvals_) 管理的键值对中获取。
99

@@ -56,7 +56,7 @@ stream {
5656

5757
|\-|说明|
5858
|:------|:------|
59-
|**语法**|**keyval_zone** `zone=name:size [state=file] [timeout=time] [type=string|ip|prefix] [sync]`;|
59+
|**语法**|**keyval_zone** `zone=name:size [state=file] [timeout=time] [type=string\|ip\|prefix] [sync]`;|
6060
|**默认**|——|
6161
|**上下文**|stream|
6262

0 commit comments

Comments
 (0)