oneapi / Caddyfile
sfun's picture
Create Caddyfile
4131ecf verified
raw
history blame
180 Bytes
{
admin off
}
:3001 {
handle_path /api/v1/* {
rewrite * /v1{path}
reverse_proxy localhost:3000
}
reverse_proxy localhost:3000
}