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:
parent
f79a43e305
commit
335d8ad4c1
2 changed files with 21 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue