onehub / Caddyfile
smgc's picture
Update Caddyfile
d8f4661 verified
raw
history blame
288 Bytes
{
admin off
log {
output file /data/caddy.log
format console
level debug
}
}
:3001 {
handle_path / {
reverse_proxy localhost:3000
}
handle_path /api/v1/* {
uri strip_prefix /api
reverse_proxy localhost:3000
}
}