Fixes #72
parent
eb2fd247ea
commit
b21ec45790
|
@ -29,7 +29,7 @@ Requirements
|
|||
CentOS 7
|
||||
~~~~~~~~
|
||||
|
||||
For users of official stable 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::
|
||||
|
||||
|
@ -39,6 +39,10 @@ Alternatively, add extras repository first (for future updates) and install the
|
|||
|
||||
yum install nginx-module-fancyindex
|
||||
|
||||
Then load the module in `/etc/nginx/nginx.conf` using
|
||||
|
||||
load_module "modules/ngx_http_fancyindex_module.so";
|
||||
|
||||
Other platforms
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Reference in New Issue