newapi / Caddyfile
smgc's picture
Update Caddyfile
aebaeaa verified
raw
history blame
No virus
177 Bytes
:3001 {
handle_path /api/v1/* {
rewrite * /v1{path}
reverse_proxy http://localhost:3000
}
reverse_proxy http://localhost:3000
}