nginx 配置静态文件

location /temp/ {
            root   F:/;
			
            autoindex on;
        }

F:\temp 下的目录文件。

例子:http://localhost/temp/nginx-1.12.2/html/ 

 

*** autoindex on  自动打开index文件

posted @ 2018-08-10 15:48  变换  阅读(359)  评论(0编辑  收藏  举报