This commit is contained in:
picklefan 2023-03-27 21:06:20 -07:00
parent b7b003f59d
commit f2bd3ff460
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ Websocket 会识别 HTTP 请求的 X-Forwarded-For 头来覆写流量的源地
填写 `true` 时,最底层 TCP 连接建立后,请求方必须先发送 PROXY protocol v1 或 v2否则连接会被关闭。
> `path` string
> `path`: string
WebSocket 所使用的 HTTP 协议路径,默认值为 `"/"`

View file

@ -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 `"/"`