duck2api / Caddyfile
smgc's picture
Create Caddyfile
159a440 verified
raw
history blame
No virus
217 Bytes
{
admin off
log {
output discard
}
}
:3000 {
handle_path /api/v1/* {
rewrite * /v1{path}
reverse_proxy localhost:8080
}
reverse_proxy localhost:8080
}