Browse Source

Update Caddyfile

消除可能的歧义
ws2bhhh 2 năm trước cách đây
mục cha
commit
5c0b1523f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      VLESS-GRPC/Caddyfile

+ 1 - 1
VLESS-GRPC/Caddyfile

@@ -1,7 +1,7 @@
 xx.com {
 	@grpc {
 		protocol grpc
-		path  # 填写 /你的 ServiceName/*
+		path /ServiceName/* # 修改为你自己的 ServiceName,且仅能存在两个斜杠。(如:/MyService/ServiceName/*会导致错误)
 	}
 	reverse_proxy @grpc unix//dev/shm/Xray-VLESS-gRPC.socket {
 		transport http {