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
7ffe26d
•
1 Parent(s):
1faecf4
caddy wihtout
Browse files
Files changed (1)
hide
show
Caddyfile
+3
-1
Caddyfile
CHANGED
Viewed
@@ -1,5 +1,7 @@
1
:80 {
2
-
reverse_proxy /code
*
localhost:8080
3
reverse_proxy /* localhost:7860
4
}
5
1
:80 {
2
+
reverse_proxy /code
/*
localhost:8080
{
3
+
without /code
4
+
}
5
reverse_proxy /* localhost:7860
6
}
7