mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-13 20:23:20 +00:00
6 lines
83 B
Caddyfile
6 lines
83 B
Caddyfile
localhost:443 {
|
|
handle_path /split/* {
|
|
reverse_proxy http://127.0.0.1:1234
|
|
}
|
|
}
|