Nginx 局域网内互传文件

 进入\nginx-1.8.0\conf\nginx.conf 修改文件

Nginx 局域网内互传文件

location / {
            root   E:/AAA;
            index  index.html index.htm;
            autoindex on;
            autoindex_exact_size off;
            autoindex_localtime on;
        }

相关文章: