摘要: 由于nginx自带的文件索引服务功能比较单一,所以一般采用Fancy Index插件,Ubuntu下安装Fancy Index插件的方法是 sudo apt install nginx-extras 安装完之后,修改站点配置文件如下: location / { fancyindex on; fanc 阅读全文
posted @ 2025-05-07 09:27 Thenext 阅读(120) 评论(0) 推荐(0)