mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-01-19 06:19:28 +08:00
6 lines
79 B
Caddyfile
6 lines
79 B
Caddyfile
localhost:443 {
|
|
handle /split/* {
|
|
reverse_proxy http://127.0.0.1:1234/
|
|
}
|
|
}
|