0
0
mirror of https://github.com/XTLS/Xray-examples.git synced 2025-08-27 00:45:35 +00:00
XTLS_Xray-examples/VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile
2024-10-26 03:10:34 +08:00

6 lines
83 B
Caddyfile

localhost:443 {
handle_path /split/* {
reverse_proxy http://127.0.0.1:1234
}
}