oneapi / Caddyfile
sfun's picture
Update Caddyfile
f237dd1 verified
raw
history blame contribute delete
No virus
217 Bytes
{
admin off
log {
output discard
}
}
:3001 {
handle_path /api/v1/* {
rewrite * /v1{path}
reverse_proxy localhost:3000
}
reverse_proxy localhost:3000
}