Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
smgc/duck2api
chb2024
/
duck2api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
smgc
commited on
Jun 29, 2024
Commit
159a440
·
verified
·
1 Parent(s):
7753c47
Create Caddyfile
Browse files
Files changed (1)
hide
show
Caddyfile
+14
-0
Caddyfile
ADDED
Viewed
@@ -0,0 +1,14 @@
1
+
{
2
+
admin off
3
+
log {
4
+
output discard
5
+
}
6
+
}
7
+
8
+
:3000 {
9
+
handle_path /api/v1/* {
10
+
rewrite * /v1{path}
11
+
reverse_proxy localhost:8080
12
+
}
13
+
reverse_proxy localhost:8080
14
+
}