newapi / Caddyfile
smgc's picture
Update Caddyfile
30dbfa2 verified
raw
history blame
No virus
151 Bytes
{
admin off
}
::3001 {
reverse_proxy localhost:3000
route /api/v1/* {
rewrite /api/v1/* /v1/{path}
reverse_proxy localhost:3000
}
}