File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,16 @@ RPM Packaging for [ngx-fancyindex](https://github.com/aperezdc/ngx-fancyindex).
88
99- [ Download] ( https://github.com/jfut/nginx-module-fancyindex-rpm/releases )
1010- Install:
11-
12- ```
13- # el7
14- yum install nginx-module-fancyindex-0.4.4-2.el7.x86_64.rpm
15-
16- # el8 + module 1.16 stream
17- dnf install nginx-module-fancyindex-0.4.4-2.module_el8.1.16.x86_64.rpm
18-
19- # el8 + EPEL module mainline stream
20- dnf install nginx-module-fancyindex-0.4.4-2.module_el8.mainline.x86_64.rpm
21- ```
22-
11+ ```
12+ # el7
13+ yum install nginx-module-fancyindex-0.4.4-2.el7.x86_64.rpm
14+
15+ # el8 + module 1.16 stream
16+ dnf install nginx-module-fancyindex-0.4.4-2.module_el8.1.16.x86_64.rpm
17+
18+ # el8 + EPEL module mainline stream
19+ dnf install nginx-module-fancyindex-0.4.4-2.module_el8.mainline.x86_64.rpm
20+ ```
2321- Add `load_module` in `nginx.conf`:
2422 ```
2523 load_module "modules/ngx_http_fancyindex_module.so";
You can’t perform that action at this time.
0 commit comments