nginx 配置静态文件
location /temp/ {
root F:/;
autoindex on;
}
F:\temp 下的目录文件。
例子:http://localhost/temp/nginx-1.12.2/html/
*** autoindex on 自动打开index文件
location /temp/ {
root F:/;
autoindex on;
}
F:\temp 下的目录文件。
例子:http://localhost/temp/nginx-1.12.2/html/
*** autoindex on 自动打开index文件