2025-06-04 09:30:44 +08:00

6 lines
74 B
Caddyfile

localhost:443 {
handle /split/* {
reverse_proxy http://[::1]:1234
}
}