Finding and installing third-party modules

As with many open source projects, there is an active developer community surrounding NGINX. Thanks to NGINX's modular nature, this community is able to develop and publish modules to provide additional functionality. They cover a wide range of applications, so it pays to take a look at what is available before embarking on developing your own module.

The procedure for installing a third-party module is fairly straightforward:

  1. Locate the module you would like to use (either search on https://github.com or see http://wiki.nginx.org/3rdPartyModules).
  2. Download the module.
  3. Unpack the source.
  4. Read the README file, if included. See if there are any dependencies that you will need to install.
  5. Configure NGINX to use ...

Get Mastering NGINX - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.