Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
templet
/
ocode
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nyanya
commited on
Aug 1, 2023
Commit
6bcb4b2
·
1 Parent(s):
7ffe26d
caddy handle
Browse files
Files changed (1)
hide
show
Caddyfile
+2
-2
Caddyfile
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
:80 {
2
-
reverse_proxy
/code/*
localhost:8080
{
3
-
without
/code
4
}
5
reverse_proxy /* localhost:7860
6
}
1
:80 {
2
+
handle_path
/code/* {
3
+
reverse_proxy
localhost:8080
4
}
5
reverse_proxy /* localhost:7860
6
}