You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First download source packages (This will most likely download sources of nginx with exactly same version you have installed)
=> yumdownloader --source nginx
This will download source rpm package.
=> Install the downloaded rpm rpm -ivh nginx-*.src.rpm
=> cd $HOME/rpmbuild and untar the gz files.
Change your directory to nginx sources folder and clone this repo.
./configure --with-compat --add-dynamic-module=./ngx-fancyindex
You can build dynamic module using this and then just use load_module directive in your config to use it as a dynamic module.
I get the following error when trying to install it on my CentOS 7 machine that has the nginx repository enabled:
am I just a dummy or am missing something easy? I have the exact same package installed that is 2 from the bottom (I think)
The text was updated successfully, but these errors were encountered: