mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-05 06:13:35 +03:00
Fix punctuations
This commit is contained in:
parent
dbceb4c3c4
commit
49e58ee54f
1 changed files with 3 additions and 3 deletions
|
@ -43,13 +43,13 @@ HTTP/2 内置多路复用,不建议使用 HTTP/2 时启用 mux.cool。
|
|||
|
||||
客户端会随机从列表中选出一个域名进行通信,服务器会验证域名是否在列表中。
|
||||
|
||||
> `path` string
|
||||
> `path`: string
|
||||
|
||||
HTTP 路径,由 `/` 开头, 客户端和服务器必须一致。
|
||||
|
||||
默认值为 `"/"`。
|
||||
|
||||
> `read_idle_timeout` number
|
||||
> `read_idle_timeout`: number
|
||||
|
||||
单位秒,当这段时间内没有接收到数据时,将会进行健康检查。
|
||||
|
||||
|
@ -57,7 +57,7 @@ HTTP 路径,由 `/` 开头, 客户端和服务器必须一致。
|
|||
|
||||
仅需在**客户端**配置。
|
||||
|
||||
> `health_check_timeout` number
|
||||
> `health_check_timeout`: number
|
||||
|
||||
单位秒,健康检查的超时时间。如果在这段时间内没有完成健康检查,即认为健康检查失败。默认值为 `15`。
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue