From c9294ee2fb3c0ce85337ebbaf4ede54546589392 Mon Sep 17 00:00:00 2001 From: EIKULG <34759969+EIKULG@users.noreply.github.com> Date: Sun, 28 Mar 2021 16:23:52 +0800 Subject: [PATCH] Fix: typo (#27) --- VLESS-GRPC/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VLESS-GRPC/Caddyfile b/VLESS-GRPC/Caddyfile index ed65a11..ae92a47 100644 --- a/VLESS-GRPC/Caddyfile +++ b/VLESS-GRPC/Caddyfile @@ -3,7 +3,7 @@ xx.com { protocol grpc path # 填写你的 ServiceName } - reverse_proxy /h2 h2c://127.0.0.1:2003 + reverse_proxy @grpc h2c://127.0.0.1:2002 root * /var/www file_server }