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...
d8f4661
onehub
/
Caddyfile
smgc
Update Caddyfile
d8f4661
verified
11 months ago
raw
Copy download link
history
blame
Safe
Wrap lines
288 Bytes
{
admin
off
log {
output
file /data/caddy.log
format console
level
debug
}
}
:
3001
{
handle_path
/ {
reverse_proxy
localhost:
3000
}
handle_path /api/v1/* {
uri
strip_prefix /api
reverse_proxy localhost:
3000
}
}