nginx 列出本地目录并下载

超级简单:就这么两句话搞定。

  location / {
            root  data;
            autoindex on;
        }
原文地址:https://www.cnblogs.com/ld-swust/p/6375237.html