文件瀏覽功能使用 ngx_http_autoindex_module
模塊實現,可選配置項不多。
location / {
root /path/to/folder/;
autoindex on | off; #開啟nginx目錄瀏覽功能
autoindex_exact_size on | off; #文件大小的大小格式
autoindex_localtime on | off; #伺服器是否使用本地時間
}
在實際使用中,建議使用 location 搭配路由訪問。