Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
biangbiang
/
newapi
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
smgc
commited on
Aug 8, 2024
Commit
653f4f7
·
verified
·
1 Parent(s):
14ec2d2
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
-
:3001 {
9
-
handle_path /api/v1/* {
10
-
rewrite * /v1{path}
11
-
reverse_proxy localhost:3000
12
-
}
13
-
reverse_proxy localhost:3000
14
-
}