Skip to content

Commit d6fc33b

Browse files
committed
caddy!
1 parent 429af4f commit d6fc33b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Caddyfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:2015 {
2+
route /ws {
3+
uri strip_prefix /ws
4+
reverse_proxy localhost:4000
5+
}
6+
7+
reverse_proxy localhost:3000
8+
}

0 commit comments

Comments
 (0)