Spaces:
Running
Running
Update Caddyfile
Browse files
Caddyfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
:3001 {
|
2 |
handle_path /api/v1/* {
|
3 |
rewrite * /v1{path}
|
4 |
-
reverse_proxy
|
5 |
}
|
6 |
-
reverse_proxy
|
7 |
}
|
|
|
1 |
:3001 {
|
2 |
handle_path /api/v1/* {
|
3 |
rewrite * /v1{path}
|
4 |
+
reverse_proxy localhost:3000
|
5 |
}
|
6 |
+
reverse_proxy localhost:3000
|
7 |
}
|