Skip to content

Commit a6e0be0

Browse files
committed
fix ports
1 parent bb4fda9 commit a6e0be0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Caddyfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ route /http-api/* {
8383

8484
route /http-protocol/* {
8585
uri strip_prefix /http-protocol
86-
reverse_proxy localhost:4011
86+
reverse_proxy localhost:4012
8787
}
8888

8989
route /js-playwright/* {
9090
uri strip_prefix /playwright
91-
reverse_proxy localhost:4012
91+
reverse_proxy localhost:4013
9292
}
9393

9494
route /postman/* {
9595
uri strip_prefix /postman
96-
reverse_proxy localhost:4013
96+
reverse_proxy localhost:4014
9797
}

0 commit comments

Comments
 (0)