Skip to content

Commit

Permalink
fix ports
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Nov 7, 2024
1 parent bb4fda9 commit a6e0be0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ route /http-api/* {

route /http-protocol/* {
uri strip_prefix /http-protocol
reverse_proxy localhost:4011
reverse_proxy localhost:4012
}

route /js-playwright/* {
uri strip_prefix /playwright
reverse_proxy localhost:4012
reverse_proxy localhost:4013
}

route /postman/* {
uri strip_prefix /postman
reverse_proxy localhost:4013
reverse_proxy localhost:4014
}

0 comments on commit a6e0be0

Please sign in to comment.