mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-04-21 17:59:30 +08:00
Create Caddyfile
This commit is contained in:
parent
e4d2527e74
commit
e3a9ac63ca
11
VLESS+H2C+Caddy2/Caddyfile
Normal file
11
VLESS+H2C+Caddy2/Caddyfile
Normal file
@ -0,0 +1,11 @@
|
||||
https://xx.com:443 {
|
||||
tls yy@zz.com
|
||||
root * /var/www
|
||||
file_server
|
||||
|
||||
reverse_proxy /path 127.0.0.1:2001 {
|
||||
transport http {
|
||||
versions h2c
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user