File size: 325 Bytes
e558bbf 66e2a41 2fd8d79 66e2a41 e558bbf e63449c ef227c1 6ebe904 2fd8d79 f51446e cee9d67 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
}
}
::3001 {
reverse_proxy localhost:3000
route /api/* {
handle_path /api/* {
reverse_proxy localhost:3000
}
}
}
{
pki {
ca local {
root_dir /tmp/caddy/pki
}
}
} |