onehub / Caddyfile
smgc's picture
Update Caddyfile
0ccc0d1 verified
raw
history blame
256 Bytes
{
admin off
log {
output file /data/caddy.log
format console
level debug
}
}
:3001 {
route /api {
handle_path /api {
reverse_proxy localhost:3000
}
}
respond "404 Not Found" 404
}