[gRPC/Nginx] Fix typo

This commit is contained in:
hmol233 2021-06-05 16:07:42 +08:00 committed by GitHub
parent ca4da00d57
commit 677390ff60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;