Files
Xray-examples/VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile
2024-06-21 21:37:21 +02:00

6 lines
78 B
Caddyfile

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