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...
smgc
commited on
Jun 21, 2024
Commit
cee9d67
·
verified
·
1 Parent(s):
2fd8d79
Update Caddyfile
Browse files
Files changed (1)
hide
show
Caddyfile
+8
-0
Caddyfile
CHANGED
Viewed
@@ -15,4 +15,12 @@
15
reverse_proxy localhost:3000
16
}
17
}
18
}
15
reverse_proxy localhost:3000
16
}
17
}
18
+
}
19
+
20
+
{
21
+
pki {
22
+
ca local {
23
+
root_dir /tmp/caddy/pki
24
+
}
25
+
}
26
}