smgc commited on
Commit
f8bdc1d
1 Parent(s): aebaeaa

Update Caddyfile

Browse files
Files changed (1) hide show
  1. Caddyfile +2 -2
Caddyfile CHANGED
@@ -1,7 +1,7 @@
1
  :3001 {
2
  handle_path /api/v1/* {
3
  rewrite * /v1{path}
4
- reverse_proxy http://localhost:3000
5
  }
6
- reverse_proxy http://localhost:3000
7
  }
 
1
  :3001 {
2
  handle_path /api/v1/* {
3
  rewrite * /v1{path}
4
+ reverse_proxy localhost:3000
5
  }
6
+ reverse_proxy localhost:3000
7
  }