onehub / Caddyfile
smgc's picture
Update Caddyfile
5403632 verified
raw
history blame
221 Bytes
{
admin {
config {
persist false
}
}
}
:3001 {
handle_path /api/v1/* {
rewrite * /v1{path}
reverse_proxy localhost:3000
}
reverse_proxy localhost:3000
}