newapi / Caddyfile
smgc's picture
Update Caddyfile
2fd8d79 verified
raw
history blame
No virus
257 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
}
}
}