diff --git a/README.rst b/README.rst index 4bb95ea..0e3273c 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ Requirements CentOS 7 ~~~~~~~~ -For users of official stable Nginx repository, `extra packages repository with dynamic modules `__ is available and fancyindex is included. +For users of the `official stable `__ Nginx repository, `extra packages repository with dynamic modules `__ is available and fancyindex is included. Install directly:: @@ -38,6 +38,10 @@ Install directly:: 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 + + load_module "modules/ngx_http_fancyindex_module.so"; Other platforms ~~~~~~~~~~~~~~~