File size: 289 Bytes
e558bbf
 
66e2a41
 
 
2fd8d79
66e2a41
e558bbf
 
2c43023
035916f
 
 
 
 
e558bbf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    admin off
    log {
        output file /app/caddy.log
        format console
        level info
    }
}

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