Xray-examples/VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile
2024-10-26 02:48:55 +08:00

6 lines
79 B
Caddyfile

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