mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-11-03 19:35:33 +08:00
Refactor VLESS-HTTP-Caddy folder
This commit is contained in:
10
VLESS-HTTP-Caddy/VLESS-H2C-Caddy/Caddyfile
Normal file
10
VLESS-HTTP-Caddy/VLESS-H2C-Caddy/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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user