Installation
Fully Supported OS
- Debian 11 Bullseye (OldStable)
Update through 2026-06 or later - Debian 12 Bookworm (Stable)
Update through 2028-06 or later - Debian 13 Trixie (Testing) - experimental
Update through 2030-06 or later - Ubuntu 20.04 Focal (LTS)
Update through 2025-04 or later - Ubuntu 22.04 Jammy (LTS)
Update through 2027-04 or later - Ubuntu 24.04 Noble (LTS)
Update through 2029-04 or later - Ubuntu 23.10 Oracular
Update through 2025-12 or later
We support LTS and current releases of Debian and Ubuntu, as well as releases that are going to be GA soon.
Running on an ARM64 platform is currently an experimental feature, but we plan to keep supporting it in the long term.
Trixie is now compiled with PCRE2 and a later version of http_lua module. Highly experimental, please report issues.
Install via DEB
apt install -y lsb-release ca-certificates apt-transport-https curl gnupg dpkg
curl -sS https://n.wtf/public.key | gpg --dearmor > /usr/share/keyrings/n.wtf.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/n.wtf.gpg] https://mirror-cdn.xtom.com/sb/nginx/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/n.wtf.list
apt update
apt install -y nginx-extras
Install from Docker
Check out Docker image for nginx-docker (opens in a new tab).
Unsupported OS
- Debian 10 Buster
Last update 1.27.2-2nwtf+340 - Ubuntu 18.04 Bionic (LTS)
Last update 1.27.2-2nwtf+340 - Ubuntu 23.04 Lunar
Last update 1.27.1-2nwtf+332 - this is the final update - Ubuntu 23.10 Mantic
Last update 1.27.1-2nwtf+332 - this is the final update
We do not provide full and long term support for legacy OS, but you can use it at your own risk. Unsupported OS will not always get the latest update and is on a resonable efforts basis - we may stop updating them at any time.
Release that is tagged as this is the final update will no longer receive updates.
apt install -y apt-transport-https lsb-release ca-certificates curl gnupg
curl https://n.wtf/public-rsa.key | apt-key add -
curl https://n.wtf/public.key | apt-key add -
echo "deb https://mirror-cdn.xtom.com/sb/nginx/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/n.wtf.list
apt update
apt install -y nginx-extras
Removed OS
We no longer provide packages for those OS:
- Debian 8 Jessie
- Debian 9 Stretch
- Ubuntu 14.04 Trusty
- Ubuntu 16.04 Xenial
- Ubuntu 18.10 Cosmic
- Ubuntu 19.04 Disco
- Ubuntu 19.10 Eoan
- Ubuntu 20.10 Groovy
- Ubuntu 21.04 Hirsute
- Ubuntu 21.10 Impish
- Ubuntu 22.10 Kinetic