Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
biangbiang/newapi
New-Bing
/
newapi
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9d9536c
newapi
/
Caddyfile
smgc
Update Caddyfile
9d9536c
verified
almost 2 years ago
raw
Copy download link
history
blame
261 Bytes
{
admin
off
log
{
output file /data/caddy.
log
format
console
level
debug
}
}
:
3001
{
@api
path
/api
/*
handle @api {
reverse_proxy localhost:3000
}
handle {
respond "404 Not Found" 404
}
}