Digi-Biz / Caddyfile
Deployment Bot
Automated deployment to Hugging Face
255cbd1
raw
history blame contribute delete
129 Bytes
:7860 {
handle /api/* {
reverse_proxy localhost:8000
}
handle {
reverse_proxy localhost:3000
}
}