mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-01-18 13:59:28 +08:00
Fix caddy reverse proxy latency (#195)
This commit is contained in:
parent
34d78cc926
commit
129be747c3
@ -4,6 +4,7 @@ xx.com {
|
||||
path /ServiceName/* # 修改为你自己的 ServiceName,且仅能存在两个斜杠。(如:/MyService/ServiceName/*会导致错误)
|
||||
}
|
||||
reverse_proxy @grpc unix//dev/shm/Xray-VLESS-gRPC.socket {
|
||||
flush_interval -1
|
||||
transport http {
|
||||
versions h2c
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user