摘要: 1. 如何让nginx显示文件夹目录 vi /etc/nginx/conf.d/default.conf 添加如下内容: location / { root /data/www/file //指定实际目录绝对路径; autoindex on; //开启目录浏览功能; autoindex_exact_ 阅读全文
posted @ 2016-10-11 11:23 Kaivenblog 阅读(32381) 评论(1) 推荐(1)