Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
biangbiang
/
newapi
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
12a4331
newapi
/
Caddyfile
smgc
Create Caddyfile
e558bbf
verified
8 months ago
raw
Copy download link
history
blame
Safe
259 Bytes
{
admin off
log {
output
file
/app/
caddy.log
format console
level debug
}
}
:
3001
{
route
/api/
* {
handle_path
/api/
* {
reverse_proxy localhost:
3000
}
}
respond
"404 Not Found"
404
}