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;