File size: 151 Bytes
e558bbf
 
 
 
e63449c
ef227c1
6ebe904
ef227c1
e63449c
ef227c1
 
e558bbf
1
2
3
4
5
6
7
8
9
10
11
12
{
    admin off
}

::3001 {
  reverse_proxy localhost:3000

  route /api/v1/* {
    rewrite /api/v1/* /v1/{path}
    reverse_proxy localhost:3000
  }
}