Refactor VLESS-HTTP-Caddy folder

This commit is contained in:
yuhan6665
2024-10-17 03:58:05 -04:00
parent 301c7c0193
commit 2fe711231a
5 changed files with 9 additions and 0 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
}
}
}