Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
templet
/
ocode
like
0
Runtime error
App
Files
Files
Community
nyanya
commited on
Aug 1, 2023
Commit
1faecf4
•
1 Parent(s):
ac4c7b8
caddy
Browse files
Files changed (1)
hide
show
Caddyfile
+3
-6
Caddyfile
CHANGED
Viewed
@@ -1,8 +1,5 @@
1
-
localhost
:
7860
{
2
-
reverse_proxy localhost:
7860
3
-
}
4
-
5
-
localhost:7860/code {
6
-
reverse_proxy localhost:8080
7
}
8
1
+
:
80
{
2
+
reverse_proxy
/code*
localhost:
8080
3
+
reverse_proxy /* localhost:7860
4
}
5