[ngx_http_autoindex_module][1]用于在访问目录下找不到index索引文件时,是否自动索引目录下的内容。
>[success]autoindex
默认值:off
自动索引默认为关闭,打开较为不安全
>[success]autoindex_exact_size
默认值:on
文件的精确大小
>[success]autoindex_localtime
默认值:off
是否将时间显示为本地时间
## 网页前后增加内容
[ngx_http_addition_module][2]
~~~
location / {
add_before_body /before_action;
add_after_body /after_action;
}
~~~
[1]:http://nginx.org/en/docs/http/ngx_http_autoindex_module.html
[2]:http://nginx.org/en/docs/http/ngx_http_addition_module.html#add_after_body
- nginx的功能
- nginx常用变量
- Nginx内核模块
- Nginx的事件模块
- Nginx的HTTP模块
- Nginx的fastcgi
- nginx的proxy
- Upstream实现后台服务器集群
- 文件操作优化相关的配置
- Nginx模块管理和进程管理
- 模块管理
- 进程管理
- 针对Nginx的Linux系统优化
- Nginx如何处理一个请求
- nginx状态信息
- Nginx工具
- Nginx限制流量
- Nginx限制用户的并发连接数
- 配置FLV服务器
- Nginx访问控制
- Nginx自动索引
- Nginx网页压缩传输
- 控制Nginx如何记录日志
- Nginx改写响应
- Nginx重写
- 后台Nginx记录原始原始IP
- Nginx防盗链
- Nginx的https