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...
795a300
onehub
/
Caddyfile
smgc
Update Caddyfile
795a300
verified
10 months ago
raw
Copy download link
history
blame
Safe
275 Bytes
{
admin
off
log
{
output file /data/caddy.
log
format
console
level
debug
}
}
:
3001
{
reverse_proxy /api
/* localhost:3000 {
rewrite * {http.request.uri.path}
}
handle /api {
reverse_proxy localhost:3000
}
}