0
0
mirror of https://github.com/XTLS/Xray-examples.git synced 2025-08-22 14:38:36 +00:00
XTLS_Xray-examples/VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile
2025-06-04 09:30:44 +08:00

6 lines
74 B
Caddyfile

localhost:443 {
handle /split/* {
reverse_proxy http://[::1]:1234
}
}