nginx开启目录浏览

 

nginx开启目录浏览

nginx默认是不允许列出整个目录的。如需此功能,

打开nginx.conf文件,在location server 或 http段中加入
       
autoindex on;
 

你可能感兴趣的:(nginx,目录)