move the game directory to be a download directory

This commit is contained in:
2023-01-25 20:51:45 -03:00
parent e9ccdaac27
commit 701f3b3a41
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ server {
proxy_set_header Connection "Upgrade";
}
location /game {
location /download {
absolute_redirect off;
rewrite ^([^.]*[^/])$ $1/ redirect;
alias /usr/share/nginx/html;