From f50d7b799f56ba722732f0e7d70da57b455d8aa8 Mon Sep 17 00:00:00 2001 From: Danila Vershinin Date: Tue, 19 Jul 2022 13:36:54 +0300 Subject: [PATCH] Update available distros with module package Fedora Linux has packages available, removed linking to old NGINX module package version --- README.rst | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index fbe76c0..1316b6e 100644 --- a/README.rst +++ b/README.rst @@ -26,18 +26,15 @@ server written by `Igor Sysoev `__. Requirements ============ -CentOS 7 -~~~~~~~~ +CentOS, RHEL, Fedora Linux +~~~~~~~~~~~~~~~~~~~~~~~~~~ For users of the `official stable `__ Nginx repository, `extra packages repository with dynamic modules `__ is available and fancyindex is included. -Install directly:: +Install repository configuration, then the module package:: - yum install https://extras.getpagespeed.com/redhat/7/x86_64/RPMS/nginx-module-fancyindex-1.12.0.0.4.1-1.el7.gps.x86_64.rpm - -Alternatively, add extras repository first (for future updates) and install the module:: - - yum install nginx-module-fancyindex + yum -y install https://extras.getpagespeed.com/release-latest.rpm + yum -y install nginx-module-fancyindex Then load the module in `/etc/nginx/nginx.conf` using::