Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Persarce
/
oneapi
like
0
Paused
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
+
}