adjust vless-h2c-caddy2

This commit is contained in:
kslr
2020-08-14 19:06:03 +08:00
parent ab6194dc87
commit 9e10db8f37
4 changed files with 1 additions and 1 deletions

View File

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