摘要:
1、编辑/etc/nginx/nginx.conf,让nginx可以以列表形式显示目录文件。 location / { root /mnt/software; #我们需要显示的目录 autoindex on; #以列表信息显示目录文件 index index.html index.htm; char 阅读全文
posted @ 2022-12-29 18:58
Flyoung
阅读(157)
评论(0)
推荐(0)
摘要:
1、编辑/etc/nginx/nginx.conf,让nginx可以以列表形式显示目录文件。 location / { root /mnt/software; #我们需要显示的目录 autoindex on; #以列表信息显示目录文件 index index.html index.htm; char 阅读全文
posted @ 2022-12-29 18:57
Flyoung
阅读(237)
评论(0)
推荐(0)