Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Persarce
/
oneapi
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sfun
commited on
Jun 21, 2024
Commit
4131ecf
·
verified
·
1 Parent(s):
09c8db4
Create Caddyfile
Browse files
Files changed (1)
hide
show
Caddyfile
+11
-0
Caddyfile
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
{
2
+
admin off
3
+
}
4
+
5
+
:3001 {
6
+
handle_path /api/v1/* {
7
+
rewrite * /v1{path}
8
+
reverse_proxy localhost:3000
9
+
}
10
+
reverse_proxy localhost:3000
11
+
}