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
smgc
commited on
Jun 21
Commit
6d7d4fe
•
1 Parent(s):
f8bdc1d
Update Caddyfile
Browse files
Files changed (1)
hide
show
Caddyfile
+8
-0
Caddyfile
CHANGED
Viewed
@@ -1,3 +1,11 @@
1
:3001 {
2
handle_path /api/v1/* {
3
rewrite * /v1{path}
1
+
{
2
+
admin off
3
+
log {
4
+
format console
5
+
level info
6
+
}
7
+
}
8
+
9
:3001 {
10
handle_path /api/v1/* {
11
rewrite * /v1{path}