1
0
Fork 0
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:
A Holt 2020-03-30 11:37:20 -04:00 committed by GitHub
parent e338545e22
commit 009d396db8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/ {