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