nginx打开目录游览功能

 
#开启索引功能
location / {     
	   autoindex on;
	   autoindex_exact_size off;
	   autoindex_localtime  on;
}

  

#别名目录
location /down/ { alias /home/wwwroot/lnmp/test/; autoindex on; }

  

posted @ 2015-06-09 10:20  ChangCrazy  阅读(328)  评论(0编辑  收藏  举报