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

Merge pull request #2309 from holta/usb_lib-better-ux

NGINX: fancyindex instead of autoindex, for http://box/usb (for larger font on smartphones etc)
This commit is contained in:
A Holt 2020-03-30 11:56:47 -04:00 committed by GitHub
commit ae0e54d3de
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/ {