Raycast-unblock / Caddyfile
sfun's picture
Update Caddyfile
f663702 verified
{
admin off
log {
output discard
}
}
:3001 {
route /ROUTER_PATH/* {
handle_path /ROUTER_PATH/* {
reverse_proxy localhost:3000
}
}
respond "404 Not Found" 404
}