newapi / Caddyfile
smgc's picture
Update Caddyfile
f8bdc1d verified
raw
history blame
163 Bytes
:3001 {
handle_path /api/v1/* {
rewrite * /v1{path}
reverse_proxy localhost:3000
}
reverse_proxy localhost:3000
}