1℃ 
  		
  			 
			
				
				
				
				 
				
 			
			
			
			
 		
		
		
	
	
					2012年08月09日
					 ⁄ LNMP
										 ⁄ 被围观 51,053次+					
				
			
				
说明:Nginx在默认安装好之后,是禁止目录浏览的,如下图所示
http://www.osyunwei.com/soft
系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容版权所有,转载请注明出处及原文链接
http://www.osyunwei.com/html
如果要开启目录浏览功能,请看下面操作:
1、开启全站所有目录浏览功能
vi  /usr/local/nginx/conf/nginx.conf   #编辑配置文件,在http {下面添加以下内容:
autoindex on;   #开启nginx目录浏览功能
autoindex_exact_size off;   #文件大小从KB开始显示
autoindex_localtime on;   #显示文件...			
			
			      目录浏览阅读全文
			
		




