# Guide

# Guide

Source

sb-nginx is a customized packaged version of famous Nginx (opens new window) web server.

# Why do we make it?

Official Debian and Ubuntu releases are usually based on Nginx stable branch. While with stable branch you get a more stable API and expected behavior, you also lack the latest features that are implemented in the mainline branch.

To enjoy the latest feature, you would normally have to compile and maintain the software by yourself. Now you don't have to do that any more, as we are providing and maintaining it for you. Simply include our repository in your source and enjoy the convenient rolling updates provided by our specialist.

If you have heard about TLS 1.3, you would know that it comes with great improvement on performance and web security. Unfortunately most distributions are not ready for TLS 1.3, which means you may have to keep using the old protocol. We understand your concern, and that's why we packed OpenSSL 1.1.1 into our nginx as standard. Now TLS 1.3 is available to all of you regardless of what your distribution supports.

On top of all those, we also include some extra modules that we think are handy to use.

# How do we make it?

We utilize the official debian packaging scripts (opens new window) while pulling the latest mainline branch from Nginx official (opens new window). You get the same experience as Debian / Ubuntu official nginx packages, except that you'll get the latest release.

We use docker script to create packages in a controlled Linux environment. We compile and maintain packages for each distribution we support to ensure ABI and API compatibility. We always pull the latest OpenSSL 1.1.1 releases before packaging to ensure known bug fixes are properly included.

In case of an emergency security issue or a critical bug, we may include a patch from an unreleased version into current version and release beforehand.

# Current Version

Nginx 1.21.1

# Features

Everything from Debian / Ubuntu official builds are included, with the following nginx modules being added to full and extras flavor:

Statically built with OpenSSL 1.1.1k, so you can use TLS 1.3 even on distributions that don't have OpenSSL .

Version info:

# Installation

Install now or get docker image.

# Mirrors

View mirrors

# License

Nginx.io is distributed under the 2-clause BSD-like license.

# Changelog

View changelogs

Report Page