1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

nginx/templates/iiab.conf.j2, usb_lib/files/upload/button.html: Adding button to upload2usb app on every usb/ directory listing page.

This commit is contained in:
avni 2025-01-22 10:22:38 +01:00
parent f79a43e305
commit 335d8ad4c1
2 changed files with 21 additions and 0 deletions

View file

@ -5,10 +5,12 @@ location / {
location /usb {
alias /library/www/html/local_content/;
fancyindex on; # autoindex on;
add_before_body /usb/upload/button.html;
}
location /local_content/ {
fancyindex on; # autoindex on;
add_before_body /usb/upload/button.html;
}
location /info {