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
66e2a41
newapi
/
Caddyfile
smgc
Update Caddyfile
66e2a41
verified
5 months ago
raw
Copy download link
history
blame
Safe
245 Bytes
{
admin off
log {
output file
/app/
caddy.log
format console
level debug
}
}
::
3001
{
reverse_proxy localhost:
3000
route
/api/
v1/* {
rewrite
/api/
v1
/* /
v1/{path}
reverse_proxy localhost:
3000
}
}