File size: 324 Bytes
e558bbf 66e2a41 2fd8d79 66e2a41 e558bbf 2c43023 ef227c1 6ebe904 2fd8d79 f51446e e558bbf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
admin off
log {
output file /app/caddy.log
format console
level info
}
}
{
pki {
ca local {
root_dir /tmp/caddy/pki
}
}
}
:3001 {
reverse_proxy localhost:3000
route /api/* {
handle_path /api/* {
reverse_proxy localhost:3000
}
}
} |