Skip to content

Commit

Permalink
ingame is now a subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Buh13246 committed Dec 2, 2023
1 parent 3440b93 commit 461b1c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend-nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ server {
}

location /ingame {
root /usr/share/nginx/html_ingame;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
root /usr/share/nginx/html;
index ingame/index.html index.htm;
try_files $uri $uri/ /ingame/index.html =404;
}

#error_page 404 /404.html;
Expand Down

0 comments on commit 461b1c6

Please sign in to comment.