NGINX Untar Module: Serve Files Directly from Tar Archives
by Danila Vershinin, February 9, 2026
Learn how to use the NGINX untar module to serve static files directly from tar archives without extraction. This zero-copy module indexes archives and streams files efficiently using sendfile.
Read More...NGINX Link Function Module: Embed C/C++ in NGINX
by Danila Vershinin,
Learn how to use the NGINX link function module to embed custom C/C++ application logic directly into NGINX. Build high-performance APIs, authentication handlers, and dynamic content generators without a separate application server.
Read More...NGINX APT Repository: 130+ Modules for Debian/Ubuntu – No More Compiling
by Danila Vershinin, February 4, 2026
If you’ve ever spent an afternoon compiling ngx_brotli on Ubuntu 22.04, only to watch it break after the next apt upgrade, this post is for you. We’re announcing the GetPageSpeed NGINX APT repository — the solution Debian and Ubuntu users have been waiting for. The state of NGINX modules on Debian and Ubuntu has become… […]
Read More...Install NGINX on Ubuntu: The Complete Guide (2026)
by Danila Vershinin, September 2, 2018
Complete guide to install NGINX on Ubuntu 20.04, 22.04, and 24.04 with the latest stable or mainline builds plus 50+ dynamic modules from the GetPageSpeed APT repository.
Read More...