Allow running from ISO

This commit is contained in:
Christian Semmler 2025-07-01 14:19:17 -07:00
parent 554ca0a71e
commit f2516e20e7
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -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;
}
}
}