mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-07-18 06:56:04 +08:00
Changing them will result in incompatibility with old xray, and the related pr has not even been merged yet
6 lines
78 B
Caddyfile
6 lines
78 B
Caddyfile
localhost:443 {
|
|
handle /split/* {
|
|
reverse_proxy http://127.0.0.1:1234
|
|
}
|
|
}
|