Spaces:
Sleeping
Sleeping
silencewing
commited on
Commit
•
6c335c1
1
Parent(s):
94d80ef
Update default
Browse files
default
CHANGED
@@ -46,8 +46,8 @@ server {
|
|
46 |
index index.html index.htm index.nginx-debian.html;
|
47 |
|
48 |
server_name _;
|
49 |
-
location /
|
50 |
-
alias /home/user/app/youyou
|
51 |
index game.html;
|
52 |
}
|
53 |
|
|
|
46 |
index index.html index.htm index.nginx-debian.html;
|
47 |
|
48 |
server_name _;
|
49 |
+
location / {
|
50 |
+
alias /home/user/app/youyou/;
|
51 |
index game.html;
|
52 |
}
|
53 |
|