onehub / Caddyfile
smgc's picture
Update Caddyfile
f5a79de verified
raw
history blame
256 Bytes
{
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
}
}
}