Browse Source

VLESS-H2C/H2-Caddy2 Caddyfile (#6)

* Create Caddyfile

Co-authored-by: Kslr <hi@kslr.org>
pull/10/head
lxhao61 4 years ago committed by GitHub
parent
commit
27ede362c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      VLESS+H2C+Caddy2/Caddyfile

10
VLESS+H2C+Caddy2/Caddyfile

@ -0,0 +1,10 @@
xx.com {
root * /var/www
file_server
reverse_proxy /path 127.0.0.1:2001 {
transport http {
versions h2c
}
}
}
Loading…
Cancel
Save