onehub / Caddyfile
smgc's picture
Update Caddyfile
6ebe904 verified
raw
history blame
276 Bytes
{
admin off
log {
output file /data/caddy.log
format console
level debug
}
}
:3001 {
handle_path /api/* {
reverse_proxy localhost:3000
}
handle /api {
rewrite /api /
reverse_proxy localhost:3000
}
}