首页
仓库
文档
nginx手册
Docker手册
workerman
Flask
PHP
python
RabbitMQ
其他
Linux
占位1
占位2
目录
###例子 ``` location /file/{ autoindex on; } ``` ###autoindex 用来开启服务器的文件可以通过url地址来下载 语法:autoindex on | off 默认值:autoindex off 上下文:http、server、location ###autoindex_exact_size 显示文件的大小开启以字节大小显示,关闭以在1m以上以m为单位显示 语法:autoindex_exact_size on | off 默认值:autoindex_exact_size on 上下文:http、server、location ###autoindex_localtime 显示时间格式 语法:autoindex_localtime on | off 默认值:autoindex_localtime off 上下文:http、server、location ###autoindex_format 用来返回客户端的内容显示格式 语法:autoindex_format html | xml | json | jsonp 默认值:autoindex_format html 上下文:http、server、location