Caddyfile 74 B

12345
  1. localhost:443 {
  2. handle /split/* {
  3. reverse_proxy http://[::1]:1234
  4. }
  5. }