lxhao61 27ede362c0
VLESS-H2C/H2-Caddy2 Caddyfile (#6)
* Create Caddyfile

Co-authored-by: Kslr <hi@kslr.org>
2020-08-14 18:58:07 +08:00

11 lines
157 B
Caddyfile

xx.com {
root * /var/www
file_server
reverse_proxy /path 127.0.0.1:2001 {
transport http {
versions h2c
}
}
}