Update Caddyfile
Browse files
Caddyfile
CHANGED
@@ -8,7 +8,9 @@
|
|
8 |
}
|
9 |
|
10 |
:3001 {
|
11 |
-
|
|
|
|
|
12 |
|
13 |
handle_path /api/v1/* {
|
14 |
uri strip_prefix /api
|
|
|
8 |
}
|
9 |
|
10 |
:3001 {
|
11 |
+
handle_path / {
|
12 |
+
reverse_proxy localhost:3000
|
13 |
+
}
|
14 |
|
15 |
handle_path /api/v1/* {
|
16 |
uri strip_prefix /api
|