backend-subpath.Caddyfile 75 B

1234567
  1. :80 :3170 {
  2. handle_path /backend* {
  3. reverse_proxy localhost:8080
  4. }
  5. }