Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
biangbiang/newapi
iridescentX
/
onehub
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f5a79de
onehub
/
Caddyfile
smgc
Update Caddyfile
f5a79de
verified
11 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
256 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
}
}
}