啟用Nginx的目錄瀏覽功能的方法

location / {  
        root /data/www/file                  
        autoindex on;                       
        autoindex_exact_size off;       
        autoindex_localtime on;         
}

原文地址:https://www.cnblogs.com/kzwrcom/p/7280211.html