|
8 | 8 |
|
9 | 9 | - [Download](https://github.com/jfut/nginx-module-fancyindex-rpm/releases) |
10 | 10 | - Install: |
| 11 | + - RHEL/AlmaLinux/Rocky Linux 10 x86_64 |
| 12 | + ```bash |
| 13 | + # Non-modular package version 1.26 |
| 14 | + dnf install nginx-module-fancyindex-0.5.2-7.el10.x86_64.rpm |
| 15 | + ``` |
11 | 16 | - RHEL/AlmaLinux/Rocky Linux 9 x86_64 |
12 | 17 | ```bash |
13 | 18 | # Non-modular package version 1.20 |
14 | | - dnf install nginx-module-fancyindex-0.5.2-6.el9.x86_64.rpm |
| 19 | + dnf install nginx-module-fancyindex-0.5.2-7.el9.x86_64.rpm |
15 | 20 | |
16 | 21 | # AppStream module 1.22 stream |
17 | | - dnf install nginx-module-fancyindex-0.5.2-6.module_el9.1.22.x86_64.rpm |
| 22 | + dnf install nginx-module-fancyindex-0.5.2-7.module_el9.1.22.x86_64.rpm |
18 | 23 | |
19 | 24 | # AppStream module 1.24 stream |
20 | | - dnf install nginx-module-fancyindex-0.5.2-6.module_el9.1.24.x86_64.rpm |
| 25 | + dnf install nginx-module-fancyindex-0.5.2-7.module_el9.1.24.x86_64.rpm |
| 26 | + |
| 27 | + # AppStream module 1.26 stream |
| 28 | + dnf install nginx-module-fancyindex-0.5.2-7.module_el9.1.26.x86_64.rpm |
21 | 29 | ``` |
22 | 30 | - RHEL/AlmaLinux/Rocky Linux 8 x86_64 |
23 | 31 | ```bash |
24 | 32 | # AppStream module 1.16 stream |
25 | | - dnf install nginx-module-fancyindex-0.5.2-6.module_el8.1.16.x86_64.rpm |
| 33 | + dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.16.x86_64.rpm |
26 | 34 | |
27 | 35 | # AppStream module 1.18 stream |
28 | | - dnf install nginx-module-fancyindex-0.5.2-6.module_el8.1.18.x86_64.rpm |
| 36 | + dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.18.x86_64.rpm |
29 | 37 | |
30 | 38 | # AppStream module 1.20 stream |
31 | | - dnf install nginx-module-fancyindex-0.5.2-6.module_el8.1.20.x86_64.rpm |
| 39 | + dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.20.x86_64.rpm |
32 | 40 | |
33 | 41 | # AppStream module 1.22 stream |
34 | | - dnf install nginx-module-fancyindex-0.5.2-6.module_el8.1.22.x86_64.rpm |
| 42 | + dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.22.x86_64.rpm |
35 | 43 | |
36 | 44 | # AppStream module 1.24 stream |
37 | | - dnf install nginx-module-fancyindex-0.5.2-6.module_el8.1.24.x86_64.rpm |
| 45 | + dnf install nginx-module-fancyindex-0.5.2-7.module_el8.1.24.x86_64.rpm |
38 | 46 | |
39 | 47 | # EPEL module mainline stream (version: 1.23) |
40 | 48 | # EPEL 8 Modularity was going away on February 15, 2023 |
41 | | - dnf install nginx-module-fancyindex-0.5.2-6.module_el8.epel.mainline.x86_64.rpm |
| 49 | + dnf install nginx-module-fancyindex-0.5.2-7.module_el8.epel.mainline.x86_64.rpm |
42 | 50 | ``` |
43 | 51 | - Add your configuration for this module (See [the official documentation](https://github.com/aperezdc/ngx-fancyindex)). |
44 | 52 | - Restart nginx: |
|
0 commit comments