mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
22 lines
485 B
Django/Jinja
22 lines
485 B
Django/Jinja
location / {
|
|
rewrite ^/$ $1{{ iiab_home_url }};
|
|
}
|
|
|
|
location /usb {
|
|
alias /library/www/html/local_content/;
|
|
fancyindex on; # autoindex on;
|
|
}
|
|
|
|
location /local_content/ {
|
|
fancyindex on; # autoindex on;
|
|
}
|
|
|
|
location /modules/ {
|
|
fancyindex on; # Enable fancy indexes.
|
|
fancyindex_exact_size off; # Output human-readable file sizes.
|
|
fancyindex_ignore index.htmlf rachel-index.php;
|
|
}
|
|
|
|
location /js-menu/ {
|
|
fancyindex on; # autoindex on;
|
|
}
|