摘要: 在Nginx下默认是不允许列出整个目录的。如需此功能, 先打开nginx.conf文件,在location server 或 http段中加入 autoindex on;另外两个参数最好也加上去: autoindex_exact_size off;默认为on,显示出文件的确切大小,单位是bytes。 阅读全文
posted @ 2018-01-08 15:27 打卤 阅读(1071) 评论(0) 推荐(0) 编辑