Przeglądaj źródła

Update Caddyfile

消除可能的歧义
ws2bhhh 2 lat temu
rodzic
commit
5c0b1523f1
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {