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
Jul 3, 2024
Commit
936c0ea
·
verified
·
1 Parent(s):
881c4ed
Delete Caddyfile
Browse files
Files changed (1)
hide
show
Caddyfile
+0
-14
Caddyfile
DELETED
Viewed
@@ -1,14 +0,0 @@
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
-
}