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
2fd8d79
newapi
/
Caddyfile
smgc
Update Caddyfile
2fd8d79
verified
5 months ago
raw
Copy download link
history
blame
Safe
257 Bytes
{
admin off
log {
output
file
/app/
caddy.log
format console
level info
}
}
::
3001
{
reverse_proxy localhost:
3000
route
/api/
* {
handle_path
/api/
* {
reverse_proxy localhost:
3000
}
}
}