Fancy indexes module for the Nginx web server
本文最后更新于:2024年8月9日 晚上
---
Fancy indexes module for the Nginx web server
https://github.com/aperezdc/ngx-fancyindex
Installation and configuration
Installation
yum
installhttps://github.com/aperezdc/ngx-fancyindex#centos-rhel-fedora-linux
source code
installhttps://github.com/aperezdc/ngx-fancyindex#building
1
2
3
4
5
6wget https://nginx.org/download/nginx-1.22.1.tar.gz
wget https://github.com/aperezdc/ngx-fancyindex/releases/download/v0.5.2/ngx-fancyindex-0.5.2.tar.xz
tar -xf ngx-fancyindex-0.5.2.tar.xz && mv ngx-fancyindex-0.5.2 ngx-fancyindex && cd ngx-fancyindex
tar -xvzf nginx-1.22.1.tar.gz && cd nginx-1.22.1
./configure --add-module=ngx-fancyindex ...
make -j 32 && make install
Configuration
1 |
|
More usage of directives:
https://github.com/aperezdc/ngx-fancyindex#directives
1 |
|
Fancy indexes module for the Nginx web server
https://git.msft.vip/2023/01/31-Fancy-indexes-module-for-the-Nginx-web-server/