mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-05 14:23:34 +03:00
fix typo
This commit is contained in:
parent
b7b003f59d
commit
f2bd3ff460
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ Websocket 会识别 HTTP 请求的 X-Forwarded-For 头来覆写流量的源地
|
|||
|
||||
填写 `true` 时,最底层 TCP 连接建立后,请求方必须先发送 PROXY protocol v1 或 v2,否则连接会被关闭。
|
||||
|
||||
> `path` string
|
||||
> `path`: string
|
||||
|
||||
WebSocket 所使用的 HTTP 协议路径,默认值为 `"/"`。
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ Common reverse proxy software (such as HAProxy and Nginx) can be configured to s
|
|||
|
||||
When filled in as `true`, after the underlying TCP connection is established, the requesting party must first send PROXY protocol v1 or v2, otherwise the connection will be closed.
|
||||
|
||||
> `path` string
|
||||
> `path`: string
|
||||
|
||||
The HTTP protocol path used by WebSocket. Default is `"/"`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue