File size: 217 Bytes
4131ecf
 
10047c9
f237dd1
10047c9
4131ecf
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  admin off
  log {
        output discard
    }
}

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