What is NGINX?

NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers.

Who maintains NGINX in Ubuntu?

The NGINX software and packaging is maintained in Ubuntu jointly by Thomas Ward, and the rest of the Server Team, as well as the Security team for Ubuntu Trusty 14.04 LTS and onwards as part of the 'main' repository (for security updates).

Requesting Additional Features

The standard procedure for requesting additional features or changes to a package is to open a bug and make sure it's marked as a feature request, to mark as a Wishlist item. Any deviation from this is documented below.

Enablement of a Core (upstream provided) feature

The standard procedure for requesting additional features that are provided as a part of the pure source code from NGINX is to file a bug detailing what you want enabled/changed, and your rationale for its inclusion.

Requesting Inclusion of a Third-Party Module

NGINX has *numerous* third-party plugins not maintained by the NGINX upstream teams or the Ubuntu teams, and is able to be extended with such plugins (as has been done in Debian with some of the modules enabled/available for the nginx-full and nginx-extras flavors). Because of this ability to be extended we have received a good deal of requests here in Ubuntu to include third-party modules not yet included in the package.

When it comes to determining inclusion, there's many factors, including that we also have to be concerned if Debian does not support it, as we merge from Debian to Ubuntu when possible, and introducing new versions or software code can break these modules to varying degrees.

Given the complexity of NGINX, the varied level of version support by third party module developers, and the varied levels of triviality to support a given third-party module, we are not accepting additional third-party module requests for Ubuntu. Any requests for third-party modules to be added to the packaging should originate in Debian, and be filed against the 'src:nginx' package on Debian's Bug Tracker, where it will be considered whether or not to include that module.

Bug Triage Guidelines

For the most part, standard triage rules apply. There are several special-case issues which have different handling processes, however, detailed below.

Bug in an NGINX Version with ~CODENAME or +CODENAME in Version String

(NOTE: CODENAME would be xenial for 16.04, for example)

Triage Handling:

"Please add" a third-party module to nginx - Feature Request

Triage Handling:

Or...

"Address in use" / "bind() failed" errors

Example Log Excerpts:

Triage Handling:

"No Such File or Directory" for `nginx.conf` / config files error

Example Log Excerpts:

Triage Handling:

Versions in Ubuntu Repository

We currently support the following Versions in the Ubuntu repositories, for a given release. Note the "Tracking" column indicates whether we are tracking NGINX's Stable or Mainline branch for that release. (This does not include packaging version string changes, or Security updates unless a version bump has happened for the Security updates.)

Only LTS and ESM releases are listed here for brevity.

Ubuntu Release

NGINX Version

Upstream Branch

Release-specific Notes

16.04

1.10.3

Stable

Notes

18.04

1.14.0

Stable

20.04

1.15.5

Mainline

22.04

1.18.0

Stable

||<:> 24.04 ||<:> 1.24.0 ||<:> Stable ||<:> ||

nginx-abi and how it works

The nginx-abi definition in packaging, etc. is new from Debian, and introduces ABI specific changes.

That is, when working with external modules in other source repos/packages, the ABI definition is done such that it is defined by NGINX versions.

Accordingly, with NGINX 1.26.0, Debian introduced nginx-abi = 1.26.0-1. This means that we target NGINX base version 1.26.0, version 1 of the ABI. The -1 is reserved by the Debian NGINX team in the case we have to apply a patch, etc. for security, etc. that would force an ABI change but not an NGINX version change.

Additional Resources and References

ServerTeam/NGINX (last edited 2024-06-17 17:50:46 by teward)