Compare commits

...
Author SHA1 Message Date
legonzaur b3d535e122 attempt to fix index html
release-tag / release-image (push) Successful in 28s
2024-12-21 19:25:06 +01:00
+2 -2
View File
@@ -6,8 +6,8 @@ server {
location / {
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ /index.html =404;
index lobby/index.html;
try_files $uri $uri/ /lobby/index.html =404;
}
error_page 404 /usr/share/nginx/html/404.html;