sfun commited on
Commit
996f834
·
verified ·
1 Parent(s): 31d5987

Update Caddyfile

Browse files
Files changed (1) hide show
  1. Caddyfile +3 -3
Caddyfile CHANGED
@@ -5,10 +5,10 @@
5
  }
6
  }
7
 
8
- :3001 {
9
  handle_path /api/v1/* {
10
  rewrite * /v1{path}
11
- reverse_proxy localhost:3000
12
  }
13
- reverse_proxy localhost:3000
14
  }
 
5
  }
6
  }
7
 
8
+ :3000 {
9
  handle_path /api/v1/* {
10
  rewrite * /v1{path}
11
+ reverse_proxy localhost:8080
12
  }
13
+ reverse_proxy localhost:8080
14
  }