File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ stream {
7272
7373| \- | 说明|
7474| ------:| ------|
75- | ** 语法** | ** listen** `address: port [ ssl] [ udp] [ proxy_protocol] [ backlog=number] [ rcvbuf=size] [ sndbuf=size] [ bind] [ ipv6only=on| off] [ reuseport] [ so_keepalive=on| off| [ keepidle] :[ keepintvl] :[ keepcnt]] `;|
75+ | ** 语法** | ** listen** ` address:port [ssl] [udp] [proxy_protocol] [backlog=number] [rcvbuf=size] [sndbuf=size] [bind] [ipv6only=on\ |off] [reuseport] [so_keepalive=on\ |off\ |[keepidle]:[keepintvl]:[keepcnt]] ` ;|
7676| ** 默认** | ——|
7777| ** 上下文** | server|
7878
@@ -183,7 +183,7 @@ listen unix:/var/run/nginx.sock;
183183
184184|\-|说明|
185185|------:|------|
186- |**语法**|**resolver** `address ... [valid=time] [ipv6=on|off]`;|
186+ |**语法**|**resolver** `address ... [valid=time] [ipv6=on\ |off]`;|
187187|**默认**|——|
188188|**上下文**|stream、server|
189189|**提示**|该指令在 1.11.3 版本中出现|
@@ -361,4 +361,4 @@ resolver 127.0.0.1 [::1]:5353 valid=30s;
361361 通用日志(Common Log)格式的本地时间
362362
363363## 原文档
364- [ http://nginx.org/en/docs/stream/ngx_stream_core_module.html ] ( http://nginx.org/en/docs/stream/ngx_stream_core_module.html )
364+ [ http://nginx.org/en/docs/stream/ngx_stream_core_module.html ] ( http://nginx.org/en/docs/stream/ngx_stream_core_module.html )
You can’t perform that action at this time.
0 commit comments