Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mmwong
/
new-api
like
0
Runtime error
App
Files
Files
Community
1
Create Caddyfile
#1
by
sfun
- opened
Aug 11, 2024
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+14
-0
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
+
:3001 {
9
+
handle_path /api/v1/* {
10
+
rewrite * /v1{path}
11
+
reverse_proxy localhost:3000
12
+
}
13
+
reverse_proxy localhost:3000
14
+
}