mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-10-11 16:25:33 +08:00
Fix caddy reverse proxy latency (#195)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user