smgc commited on
Commit
d8f4661
1 Parent(s): e4107d2

Update Caddyfile

Browse files
Files changed (1) hide show
  1. Caddyfile +3 -1
Caddyfile CHANGED
@@ -8,7 +8,9 @@
8
  }
9
 
10
  :3001 {
11
- reverse_proxy localhost:3000
 
 
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