nginx 配置静态文件

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

F: emp 下的目录文件。

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

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

原文地址:https://www.cnblogs.com/chen-msg/p/9455459.html