We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429af4f commit d6fc33bCopy full SHA for d6fc33b
Caddyfile
@@ -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