mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Allow running from ISO
This commit is contained in:
parent
554ca0a71e
commit
f2516e20e7
@ -19,9 +19,9 @@ http {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
||||
location /assets/ {
|
||||
location ~* ^/assets/(.*)$ {
|
||||
alias /assets/;
|
||||
autoindex off;
|
||||
try_files /$1 /DATA/disk/$1 =404;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user