Nginx 目录列表显示

Nginx 站点目录列表显示。

autoindex on;  # 开启目录文件列表
autoindex_exact_size on;  # 显示出文件的确切大小,单位是bytes
autoindex_localtime on;  # 显示的文件时间为文件的服务器时间
charset utf-8,gbk,gb2312;  # 避免中文乱码

add_header Content-Disposition attachment;  # 文件下载。

猜你喜欢

转载自www.cnblogs.com/sharesdk/p/10458317.html
今日推荐