mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-01-19 06:19:28 +08:00
[gRPC/Nginx] Fix typo
This commit is contained in:
parent
ca4da00d57
commit
677390ff60
@ -9,7 +9,7 @@ Xray client <--- gRPC(TLS) ---> Caddy2 <--- gRPC(cleartext) ---> Xray server
|
|||||||
```conf
|
```conf
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
server_name example.com
|
server_name example.com;
|
||||||
|
|
||||||
index index.html;
|
index index.html;
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user