onehub / Caddyfile
smgc's picture
Update Caddyfile
19588a3 verified
raw
history blame
271 Bytes
{
admin off
log {
output file /app/caddy.log
format console
level info
}
}
:3001 {
handle /api/* {
uri strip_prefix /api
reverse_proxy localhost:3000
}
handle {
reverse_proxy localhost:3000
}
}