File size: 177 Bytes
2c43023
035916f
 
 
 
 
e558bbf
1
2
3
4
5
6
7
:3001 {
        handle_path /api/v1/* {
             rewrite * /v1{path}
             reverse_proxy http://localhost:3000
        }
        reverse_proxy http://localhost:3000
}