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:
commit
ae0e54d3de
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
Add a link
Reference in a new issue