Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
iridescentX/onehub
iouoracle
/
onehub
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
19588a3
onehub
/
Caddyfile
smgc
Update Caddyfile
19588a3
verified
10 months ago
raw
Copy download link
history
blame
Safe
271 Bytes
{
admin
off
log {
output
file /app/caddy.log
format console
level
info
}
}
:
3001
{
handle
/api/* {
uri
strip_prefix /api
reverse_proxy localhost:
3000
}
handle {
reverse_proxy
localhost:
3000
}
}