sudo apt-get install nginx-extras
location / {
fancyindex on;
fancyindex_exact_size off;
}
Read more about Nginx FancyIndex:
- http://wiki.nginx.org/NgxFancyIndex
- https://github.com/aperezdc/ngx-fancyindex
location / {
fancyindex on;
fancyindex_exact_size off;
}
No comments:
Post a Comment