mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 22:09:29 +08:00
VLESS-H2C/H2-Caddy2 Caddyfile (#6)
* Create Caddyfile Co-authored-by: Kslr <hi@kslr.org>
This commit is contained in:
parent
def3ffe6d3
commit
27ede362c0
10
VLESS+H2C+Caddy2/Caddyfile
Normal file
10
VLESS+H2C+Caddy2/Caddyfile
Normal file
@ -0,0 +1,10 @@
|
||||
xx.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