Update README.rst

Add missing module loading command to the documentation
pull/42/merge
Iulian Onofrei 2017-01-10 08:28:15 +02:00 committed by Adrian Perez
parent 04936f197b
commit 6e2f3fbe1c
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ Building
Since version 0.4.0, the module can also be built as a
`dynamic module <https://www.nginx.com/resources/wiki/extending/converting/>`_,
using ``--add-dynamic-module=…`` instead.
using ``--add-dynamic-module=…`` instead and ``load_module "modules/ngx_http_fancyindex_module.so";`
in the configuration file
4. Build and install the software::