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...