From 677390ff6019cb7249c0bba61976124a35b673af Mon Sep 17 00:00:00 2001 From: hmol233 <82594500+hmol233@users.noreply.github.com> Date: Sat, 5 Jun 2021 16:07:42 +0800 Subject: [PATCH] [gRPC/Nginx] Fix typo --- VLESS-GRPC/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VLESS-GRPC/README.md b/VLESS-GRPC/README.md index 0656a23..fcc937a 100644 --- a/VLESS-GRPC/README.md +++ b/VLESS-GRPC/README.md @@ -9,7 +9,7 @@ Xray client <--- gRPC(TLS) ---> Caddy2 <--- gRPC(cleartext) ---> Xray server ```conf server { listen 443 ssl http2; - server_name example.com + server_name example.com; index index.html; root /var/www/html;