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