nginx开启网站目录浏览功能 一、开启全站目录浏览功能 编辑nginx.conf, 在http下面添加以下内容: 二、开启网站部分目录浏览功能 编辑nginx.conf ,在server {} 模块或者 loc ...