Building a nginx package with fair proxy module on Debian/Ubuntu
Posted by admin in Unix, tags: fair proxy module, nginxThis’s how to recompile nginx with fair proxy module
We need to recompile nginx to support fair proxy module. Because debian based nginx, doesn’t have this module loaded. And we need to download the module from here
First of all, we need to install the software that’s needed to recompile a .deb packages
apt-get install build-essential debhelper fakeroot

Entries (RSS)