Open-source nginx Debian / Ubuntu repository with latest mainline builds.
- Up-to-date: Latest nginx mainline branch (currently
1.29.4) - TLS 1.3 & HTTP/3: Statically built with OpenSSL
3.6.0 - Extra Modules: Brotli, Zstd, GeoIP2, IPDB, ACME, and more
sudo apt update && sudo apt install extrepo -y
sudo extrepo enable n.wtf
sudo apt update && sudo apt install nginx-extras -yOne-Line Style:
sudo apt install -y lsb-release ca-certificates apt-transport-https curl gnupg dpkg
curl -sSL https://n.wtf/public.key | sudo bash -c 'gpg --dearmor > /usr/share/keyrings/n.wtf.gpg'
sudo bash -c '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'
sudo apt update
sudo apt install nginx-extras -yDEB822:
sudo apt install -y lsb-release ca-certificates apt-transport-https curl gnupg dpkg
curl -sSL https://n.wtf/public.key | sudo bash -c 'gpg --dearmor > /usr/share/keyrings/n.wtf.gpg'
sudo bash -c 'cat > /etc/apt/sources.list.d/docker-ce.sources << EOF
Components: main
Architectures: $(dpkg --print-architecture)
Suites: $(lsb_release -cs)
Types: deb
Uris: https://mirror-cdn.xtom.com/sb/nginx/
Signed-By: /usr/share/keyrings/n.wtf.gpg
EOF'
sudo apt update
sudo apt install nginx-extras -ydocker run --name nginx --net host --restart always \
-v $HOME/nginx-config:/usr/src/docker-nginx/conf:ro \
-d ghcr.io/u-sb/nginxSee nginx-docker for Docker Compose setup.
| Distribution | Versions |
|---|---|
| Debian | 11 (Bullseye), 12 (Bookworm), 13 (Trixie), 14 (Forky) |
| Ubuntu | 22.04 (Jammy), 24.04 (Noble), 25.04 (Plucky), 25.10 (Questing) |
Visit n.wtf for full documentation.
MIT License
NGINX is a trademark of F5 NETWORKS, INC. This project is not affiliated with NGINX Inc. or F5.