nginx的自动列表索引配置

nginx的自动列表目录配置
只要在nginx.cof中配写一下配置:
location  / {
. . .
autoindex on;
. . . 
}

就可以实现自动列出目录。