有时候我们想提供文件遍历或目录遍历的能力,比如提供文件下载,那么就可以使用nginx的autoindex能力,快速构建文件系统遍历的网页 样例 目录文件页 配置 autoindex是nginx内置配置...,可以直接使用 location /web { autoindex on; root /usr/local/nginx; } 其他配置 charset utf-8: 如果目录或文件存在中文...#改为off后,显示出文件的大概大小,单位是kB或者MB或者GB autoindex_exact_size off; #默认为off,显示的文件时间为GMT时间。...#改为on后,显示的文件时间为文件的服务器时间 autoindex_localtime on; root /usr/local/nginx; } 参考 nginx使用autoindex...Nginx打开目录浏览功能(autoindex)
简介 ngx_http_autoindex_module模块处理以斜杠('/')结尾的请求,并生成目录列表。...3.配置格式 Syntax: autoindex on | off; Default: autoindex off; Context: http, server, location 启用或禁用目录列表输出...Syntax: autoindex_exact_size on | off; Default: autoindex_exact_size on; Context: http, server, location...Syntax: autoindex_format html | xml | json | jsonp; Default: autoindex_format html; Context: http, server...Syntax: autoindex_localtime on | off; Default: autoindex_localtime off; Context: http, server, location
作者:Mintimate 博客:https://www.mintimate.cn Mintimate's Blog,只为与你分享 [封面嗷] 前言 本文是在安装了Nginx情况下,对如何使用autoindex...模块,前置以来:ngx_http_autoindex_module模块,通常的编译都有这个模块。...如:腾讯软件源 [腾讯软件源下AndroidSDK] 设置autoindex 原生的Nginx,在确保安装了ngx_http_autoindex_module模块后(一般安装Nginx都会有安装),即可使用...on; alias "/www/wwwroot/***.mintimate.cn/resources"; autoindex_exact_size off; autoindex_localtime...而如果你一般是用软件管理包安装的Nginx(如:apt-get),虽然不能安装Fancyindex,但是autoindex的功能也足够了。
文章目录 ngx_http_autoindex_module 配置 autoindex autoindex_exact_size autoindex_localtime autoindex_format...实操 ngx_http_autoindex_module https://nginx.org/en/docs/http/ngx_http_autoindex_module.html ---- 配置...Example Configuration location / { autoindex on; } autoindex Syntax: autoindex on | off; Default...---- autoindex_exact_size autoindex_exact_size off; 默认为on,显示出文件的确切大小,单位是bytes。...改为off后,显示出文件的大概大小,单位是kB或者MB或者GB Syntax: autoindex_exact_size on | off; Default: autoindex_exact_size
# Nginx 站点与认证 Nginx制作下载站点 autoindex autoindexexactsize autoindex_format autoindex_localtime 实现案例 Nginx...Nginx 编译的时候会自动加载该模块,但是该模块默认是关闭的,我们需要使用下来指令来完成对应的配置 # autoindex autoindex 指令启用或禁用目录列表的输出 语法 默认值 位置 autoindex...; autoindex off; http、server、location # autoindex_exact_size autoindex_exact_size 指令对应 HTLM...语法 默认值 位置 autoindex_exact_size ; autoindex_exact_size on; http、server、location # autoindex_format...on; autoindex_exact_size on; autoindex_format html; autoindex_localtime on; } 注意 root 指令后面必须是下载路径
对某个路由下的页面开启 autoIndex 可以轻松实现列目录的功能,比如这样: location / { autoindex_format html; autoindex_localtime...on; autoindex_exact_size on; autoindex on; } 如果你简单使用上面的逻辑,你会得到一个黑底白字的页面.../autoindex/footer.html; autoindex_format html; autoindex_localtime on;...autoindex_exact_size on; autoindex on; } 代码生效后,你将得到这样的文档结果: <!.../footer.html; autoindex_format html; autoindex_localtime on; autoindex_exact_size
www.conf server { listen 80; server_name 172.16.0.1; root /usr/local/nginx/html; location / { autoindex...on; #开启索引功能 autoindex_exact_size off; #显示文件大小 autoindex_localtime on; #显示文件时间 } } 参数解释 autoindex_exact_size...改为off后,显示出文件的大概大小,单位是kB或者MB或者GB autoindex_localtime on; 默认为off,显示的文件时间为GMT时间。
default.conf 添加如下内容: location / { root /data/www/file //指定实际目录绝对路径; autoindex...on; //开启目录浏览功能; autoindex_exact_size off; //关闭详细文件大小统计...,让文件大小显示MB,GB单位,默认为b; autoindex_localtime on; //开启以服务器本地时区显示文件修改日期!...com/soft 目录浏览 vi /usr/local/nginx/conf/nginx.conf #编辑配置文件,在server {下面添加以下内容: location /docker { autoindex...on; autoindex_exact_size on; autoindex_localtime on; alias /nitmirror/sync/docker; } :wq
添加如下内容: location / { root /data/www/file //指定实际目录绝对路径; autoindex...on; //开启目录浏览功能; autoindex_exact_size off; //关闭详细文件大小统计...,让文件大小显示MB,GB单位,默认为b; autoindex_localtime on; //开启以服务器本地时区显示文件修改日期!...soft 目录浏览 vi /usr/local/nginx/conf/nginx.conf #编辑配置文件,在server {下面添加以下内容: location /docker { autoindex...on; autoindex_exact_size on; autoindex_localtime on; alias /nitmirror/sync/docker; }
一 下载站点 1.1 下载站点配置 语法:autoindex on | off; 默认值:autoindex off; 配置段:http,server,location Nginx默认不允许列出整个目录浏览...var/log/nginx/down.access.log main; 8 error_log /var/log/nginx/down.error.log warn; 9 autoindex...on; 10 autoindex_localtime on; 11 autoindex_exact_size off; 12 charset utf-8,gbk; 13...on:on开启目录浏览 autoindex_exact_size off:修改为off,以KB、MB、GB显示文件大小,默认为on,以bytes显示出⽂件的确切⼤⼩。...autoindex_localtime on:显示的⽂件时间为⽂件的服务器时间。默认为off,显示的⽂件时间为GMT时间。
server_name localhost; listen 7000; location / { root /opt/nginx/xdr; index index.html index.html; # autoindex...autoindex on; autoindex_exact_size on; autoindex_localtime on; client_max_body_size 100m;
如需此功能, 需要修改nginx.conf文件或者对应虚拟主机的conf文件,在location server 或 http段中加入autoindex on; 这个参数。...还有另外两个额外参数: autoindex_exact_size off; 默认为on,显示出文件的确切大小,单位是bytes。...改为off后,显示出文件的大概大小,单位是kB或者MB或者GB autoindex_localtime on; 默认为off,显示的文件时间为GMT时间。...显示的文件时间为文件的服务器时间 如果目录中有中文文件名,可能某些浏览器会显示成乱码,需要设置一下字符编码:charset utf-8; 示例: location / { autoindex...on; autoindex_exact_size off; charset utf-8; }
tcp_nopush on; #keepalive_timeout 0; keepalive_timeout 65; #gzip on; # 显示目录 autoindex...on; # 显示文件大小 autoindex_exact_size on; # 显示文件时间 autoindex_localtime on; server {...listen 80; server_name localhost; # 本地文件路径 root D:\media\Picture; } } 主要是配置文件中的这一块: # 显示目录 autoindex...on; # 显示文件大小 autoindex_exact_size on; # 显示文件时间 autoindex_localtime on; server { listen 80; server_name
80; index index.html index.htm; server_name dl.qq52o.me; root /home/lufei/downloads; autoindex...on; # 开启目录浏览功能 autoindex_localtime on; # 显示本地时间 autoindex_format html; # 输入格式,可选项为html、xml...、json、jsonp autoindex_exact_size off; # 显示精确字节大小还是显示友好可读的大小 } 配置完成后重启Nginx,访问配置好的server_name即可看到效果...,效果如下: nginx-autoindex.png 美化目录浏览 Nginx自带的目录浏览功能看起来并不是那么美观,可以使用第三方模块ngx-fancyindex插件来美化目录浏览功能。
nginx编译的时候会自动加载该模块,但是该模块默认是关闭的,我们需要使用下来指令来完成对应的配置 (1)autoindex:启用或禁用目录列表输出 语法 autoindex on|off; 默认值 autoindex...改为off后,显示出文件的大概大小,单位是kB或者MB或者GB 语法 autoindex_exact_size on|off; 默认值 autoindex_exact_size on; 位置 http、...server、location (3)autoindex_format:设置目录列表的格式 语法 autoindex_format html|xml|json|jsonp; 默认值 autoindex_format...on; autoindex_format html; autoindex_localtime on; } XML/JSON格式[一般不用这两种方式] ---- Nginx的用户认证模块...on; autoindex_format html; autoindex_localtime on; auth_basic 'please input your auth';
打开 /include/taglib/productimagelist.lib.php 文件找到:$ctp->LoadSource($innerText);在此代码下边添加如下代码:$GLOBALS['autoindex...'] = 0;找到:$revalue .= $ctp->GetResult();在此代码下边添加如下代码:$GLOBALS['autoindex']++;调用代码:[field:global name=...autoindex/]示例:{dede:productimagelist}<img src="[field:imgsrc
D:\www";//根目录 location / { index index.html index.htm index.php; //autoindex... 是否开启目录列表 autoindex on; } //以下是伪静态规则 location ~ \.php(.*)$ { ...phpStudy\WWW"; location / { index index.html index.htm index.php; #autoindex..."D:\www\web1"; location / { index index.html index.htm index.php; #autoindex..."D:\www\web2"; location / { index index.html index.htm index.php; #autoindex
default.conf 添加如下内容: location / { root /data/www/file //指定实际目录绝对路径; autoindex...on; //开启目录浏览功能; autoindex_exact_size off; //关闭详细文件大小统计...,让文件大小显示MB,GB单位,默认为b; autoindex_localtime on; //开启以服务器本地时区显示文件修改日期! ...**.com/soft 目录浏览 vi /usr/local/nginx/conf/nginx.conf #编辑配置文件,在server {下面添加以下内容: location /soft { autoindex...on; autoindex_exact_size off; autoindex_localtime on; } :wq!
koi8-r; #access_log logs/host.access.log main; location / { root html; index index.html index.htm; autoindex... on; } location /feidai-kafka-kudu/bin/slog { root /root; autoindex on; } location /feidai-canal-kafka.../bin/slog { root /root; autoindex on; } .........其中添加了两个location节点,配置autoindex on;使其能展示目录。
领取专属 10元无门槛券
手把手带您无忧上云