mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
NGINX: fancyindex instead of autoindex, for http://box/usb
This commit is contained in:
parent
e338545e22
commit
009d396db8
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ location / {
|
|||
|
||||
location /usb {
|
||||
alias /library/www/html/local_content/;
|
||||
autoindex on;
|
||||
fancyindex on; # autoindex on;
|
||||
}
|
||||
|
||||
location /local_content/ {
|
||||
autoindex on;
|
||||
fancyindex on; # autoindex on;
|
||||
}
|
||||
|
||||
location /modules/ {
|
||||
|
|
Loading…
Add table
Reference in a new issue