Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
biangbiang
/
newapi
like
0
Sleeping
App
Files
Files
Community
035916f
newapi
/
Caddyfile
smgc
Update Caddyfile
035916f
verified
5 months ago
raw
Copy download link
history
blame
Safe
289 Bytes
{
admin off
log {
output file
/app/
caddy.log
format console
level info
}
}
:
3001
{
handle_path
/api/
v1/* {
rewrite * /v1{path}
reverse_proxy http:
//
localhost:
3000
}
reverse_proxy http:
//
localhost:
3000
}