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...
smgc
commited on
Jun 21, 2024
Commit
0ccc0d1
·
verified
·
1 Parent(s):
1e072c3
Update Caddyfile
Browse files
Files changed (1)
hide
show
Caddyfile
+2
-2
Caddyfile
CHANGED
Viewed
@@ -8,8 +8,8 @@
8
}
9
10
:3001 {
11
-
route /api
/*
{
12
-
handle_path /api
/*
{
13
reverse_proxy localhost:3000
14
}
15
}
8
}
9
10
:3001 {
11
+
route /api {
12
+
handle_path /api {
13
reverse_proxy localhost:3000
14
}
15
}