网站首页 > 技术教程 正文
基本功能
用户请求以 / 结尾时,列出目录结构
指令集
autoindex
autoindex_exact_size
autoindex_format
autoindex_localtime
语法
语法: autoindex on|off;
默认值: autoindex off;
上下文: http server location
解释: 是否开启此功能
autoindex_exact_size
语法: autoindex_exact_size on|off;
默认值: autoindex_exact_size on;
上下文: http server location
解释: 是否在浏览器中显示文件大小,off为人性化显示
autoindex_format
语法: autoindex_format html|xml|json|jsonp;
默认值: autoindex_format html;
上下文: http server location
解释: 目录结构的返回格式
autoindex_localtime
语法: autoindex_localtime on|off;
默认值: autoindex_localtime off;
上下文: http server location
解释: 时间格式
配置段信息
# 资源路径 /opt/source/download/
# 注意不要出现index.html|htm
server {
listen 80;
server_name ~.*;
location /# 资源路径 /opt/source/download/
# 注意不要出现index.html|htm
server {
listen 80;
server_name ~.*;
location /download/ {
root /opt/source;
# index b.html;
autoindex on;
autoindex_exact_size off;
autoindex_format html;
autoindex_localtime off;
}
}
/ {
root /opt/source;
# index b.html;
autoindex on;
autoindex_exact_size off;
autoindex_format html;
autoindex_localtime off;
}
}
这样当访问 http://xxx.com/download/路径时 会展示/opt/source/ 下的文件列表
猜你喜欢
- 2024-10-03 06《Nginx 入门教程》Nginx 配置初步(下)
- 2024-10-03 5、Nginx虚拟主机配置(nginx配置虚拟目录)
- 2024-10-03 Nginx内置模块讲解(nginx内置页面)
- 2024-10-03 如何快速部署一个带用户名和密码认证的文件分享网页服务器
- 2024-10-03 Nginx之5金钟罩 - (SSL)(金钟罩平台)
- 2024-10-03 五个案例“熄灭”Nginx漏洞隐患(nginx常见故障)
- 2024-10-03 nginx-3-默认网站和防盗链(nginx默认访问index.html)
- 2024-10-03 应用安全扫描时NGINX的配置方法(nginx防扫描)
你 发表评论:
欢迎- 08-06linux 和 windows文件格式互相转换
- 08-06谷歌 ChromeOS 已支持 7z、iso、tar 文件格式
- 08-06Linux下比较文件内容的6种方法
- 08-06文件格式及功能汇总
- 08-0610个Linux文件内容查看命令的实用示例
- 08-06Linux-如何区分不同文件类型
- 08-06Zabbix技术分享——监控windows进程资源使用情况
- 08-06Linux系统卡顿?学会ps命令这三招,轻松定位问题进程
- 最近发表
- 标签列表
-
- 下划线是什么 (87)
- 精美网站 (58)
- qq登录界面 (90)
- nginx 命令 (82)
- nginx .http (73)
- nginx lua (70)
- nginx 重定向 (68)
- Nginx超时 (65)
- nginx 监控 (57)
- odbc (59)
- rar密码破解工具 (62)
- annotation (71)
- 红黑树 (57)
- 智力题 (62)
- php空间申请 (61)
- 按键精灵 注册码 (69)
- 软件测试报告 (59)
- ntcreatefile (64)
- 闪动文字 (56)
- guid (66)
- abap (63)
- mpeg 2 (65)
- column (63)
- dreamweaver教程 (57)
- excel行列转换 (56)
本文暂时没有评论,来添加一个吧(●'◡'●)