File size: 240 Bytes
6d7d4fe
 
 
 
 
 
 
 
2c43023
035916f
 
f8bdc1d
035916f
f8bdc1d
e558bbf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    admin off
    log {
        format console
        level info
    }
}

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