This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html;
|
index lobby/index.html;
|
||||||
try_files $uri $uri/ /index.html =404;
|
try_files $uri $uri/ /lobby/index.html =404;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_page 404 /usr/share/nginx/html/404.html;
|
error_page 404 /usr/share/nginx/html/404.html;
|
||||||
|
|||||||
Reference in New Issue
Block a user