Caddyfile 78 B

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