您现在的位置: 万盛学电脑网 >> 操作系统 >> Linux教程 >> 正文

nginx列出文件、目录分析

作者:佚名    责任编辑:admin    更新时间:2022-06-22

class="area"> nginx列出文件、目录分析:autoindex on; #自动显示目录 默认为off
autoindex_exact_size off; #人性化方式显示文件大小否则以byte显示 默认为on
autoindex_localtime on; #按服务器时间显示,否则以gmt时间显示 默认off