Update available distros with module package
Fedora Linux has packages available, removed linking to old NGINX module package versionpull/142/merge
parent
860a9cbd5e
commit
f50d7b799f
13
README.rst
13
README.rst
|
@ -26,18 +26,15 @@ server written by `Igor Sysoev <http://sysoev.ru>`__.
|
||||||
Requirements
|
Requirements
|
||||||
============
|
============
|
||||||
|
|
||||||
CentOS 7
|
CentOS, RHEL, Fedora Linux
|
||||||
~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
For users of the `official stable <https://www.nginx.com/resources/wiki/start/topics/tutorials/install/>`__ Nginx repository, `extra packages repository with dynamic modules <https://www.getpagespeed.com/redhat>`__ is available and fancyindex is included.
|
For users of the `official stable <https://www.nginx.com/resources/wiki/start/topics/tutorials/install/>`__ Nginx repository, `extra packages repository with dynamic modules <https://www.getpagespeed.com/redhat>`__ 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
|
yum -y install https://extras.getpagespeed.com/release-latest.rpm
|
||||||
|
yum -y install nginx-module-fancyindex
|
||||||
Alternatively, add extras repository first (for future updates) and install the module::
|
|
||||||
|
|
||||||
yum install nginx-module-fancyindex
|
|
||||||
|
|
||||||
Then load the module in `/etc/nginx/nginx.conf` using::
|
Then load the module in `/etc/nginx/nginx.conf` using::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue