Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
silencewing
/
server
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
silencewing
commited on
Aug 6, 2023
Commit
d44b7b0
·
1 Parent(s):
6c335c1
Update default
Browse files
Files changed (1)
hide
show
default
+1
-1
default
CHANGED
Viewed
@@ -47,7 +47,7 @@ server {
47
48
server_name _;
49
location / {
50
-
alias /home/user/app
/youyou
/;
51
index game.html;
52
}
53
47
48
server_name _;
49
location / {
50
+
alias /home/user/app/;
51
index game.html;
52
}
53