Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
biangbiang/newapi
New-Bing
/
newapi
like
0
Sleeping
App
Files
Files
Community
accee1b
newapi
/
Caddyfile
smgc
Create Caddyfile
e558bbf
verified
5 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
}