Ver Fonte

Update Caddyfile

消除可能的歧义
ws2bhhh há 2 anos atrás
pai
commit
5c0b1523f1
1 ficheiros alterados com 1 adições e 1 exclusões
  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 {