Open DailytheNoob opened 5 years ago
did you ever find a solution? I have this problem as well.
I didn't find a solution. I ended up going with h5ai, a pretty great solution
Hi,
You should try the following.
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../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)