系统相关
首页 > 系统相关> > 宝塔nginx 安装 Fancyindex

宝塔nginx 安装 Fancyindex

作者:互联网

首先下载到本地

git clone https://github.com/aperezdc/ngx-fancyindex

具体网址为:

https://www.nginx.com/resources/wiki/modules/fancy_index/

然后

先卸载Nginx,然后安装,安装选择编译安装,添加自定义模块

 

--add-module=/www/server/nginx/src/ngx-fancyindex

具体路径看本地

 

然后等待编译,

然后:成功~

然后,开启:

location / {
  fancyindex on;              # Enable fancy indexes.
  fancyindex_exact_size off;  # Output human-readable file sizes.
}

 

标签:宝塔,www,Fancyindex,然后,nginx,fancy,fancyindex,安装
来源: https://www.cnblogs.com/qianjiashi/p/13619138.html