0%

创建静态文件站[NGINX自带]

使用NGINX自带的静态文件 auto index

配置如下
location 根路径 {
root 网站根路径;
autoindex on;
}